Drive Watcher Chrome Extension
Add a powerful watcher in your workspace and stay tuned about updates done by your work mates
Was ist Drive Watcher Chrome Extension?
Drive Watcher Chrome Extension ist eine Chrome-Erweiterung, die von https://drivewatcherapp.com entwickelt wurde, und ihr Hauptmerkmal ist "Add a powerful watcher in your workspace and stay tuned about updates done by your work mates".
Erweiterungsscreenshots
Drive Watcher Chrome Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Drive Watcher Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
DriveWatcher is a service that allows users to subscribe to updates in your work documents. Drive Watcher currently works for: Google Drive Folder, Team Drives, Google Docs and Google Forms. DriveWacher is the solution to get notifications about important changes in your Google Drive or Team Drive folder structure. Improve the collaboration and reaction time of your team by getting notifications of important changes in your Google Drive and Team Drive Folders.
Grundlegende Informationen zur Erweiterung
Name | Drive Watcher Chrome Extension |
ID | ecncpdaaopimgjpfolockddjghbncpbj |
Offizielle URL | https://chromewebstore.google.com/detail/drive-watcher-chrome-exte/ecncpdaaopimgjpfolockddjghbncpbj |
Beschreibung | Add a powerful watcher in your workspace and stay tuned about updates done by your work mates |
Dateigröße | 7.03 KB |
Installationsanzahl | 370 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-01-23 |
Veröffentlichungsdatum | 2019-01-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://drivewatcherapp.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://drivewatcherweb.com |
Hilfeseite URL | http://support.evenbytes.com |
URL der Datenschutzrichtlinien-Seite | https://evenbytes.com/privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drive Watcher Chrome Extension", "description": "Add a powerful watcher in your workspace and stay tuned about updates done by your work mates", "version": "1.0", "author": "[email protected]", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Go to Drive Watcher" }, "icons": { "120": "img\/favicon.png" } } |