To show you your recent files and detect changes from collaborators, the extension requests read-only access to two Google APIs on your behalf:
| Permission | Why it's needed |
|---|---|
| drive.readonly | Fetches the names, types, and modification times of your 10 most recently viewed files in Google Drive. |
| drive.activity.readonly | Checks whether collaborators have made edits to those files since you last viewed them — this powers the change indicators. |
Both scopes are read-only. The extension cannot create, edit, move, or delete any files.
Nowhere outside your device. GDrive CommanderZ has no backend server. The extension communicates directly between your browser and Google's APIs — the data never passes through any third-party infrastructure.
What is stored locally in your browser (chrome.storage.local):
This data never leaves your device and is cleared when you sign out or uninstall the extension.
Sign-in is handled entirely by Google OAuth 2.0 via the Chrome Identity API
(chrome.identity.getAuthToken). The extension never sees your
Google password. Your OAuth token is managed by Chrome itself and stored
in Chrome's secure token cache — not by our code.
The extension contacts only Google's own APIs:
www.googleapis.com — Google Drive API v3 and Drive Activity APIdocs.google.com — to detect which file is currently openNo analytics, crash reporting, advertising, or any other third-party services are used.
Locally cached file data is automatically overwritten on every polling cycle (every 3 minutes). Signing out via the extension clears all stored data immediately. Uninstalling the extension removes all local storage.
This extension is not directed at children under 13 and does not knowingly collect information from children.
If we make material changes, we will update the "Last updated" date above and, where appropriate, notify users via the Chrome Web Store listing.