Drive Watcher Chrome Extension
Add a powerful watcher in your workspace and stay tuned about updates done by your work mates
Qu'est-ce que Drive Watcher Chrome Extension ?
Drive Watcher Chrome Extension est une extension Chrome développée par https://drivewatcherapp.com, et sa fonction principale est "Add a powerful watcher in your workspace and stay tuned about updates done by your work mates".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Drive Watcher Chrome Extension
Téléchargez les fichiers d'extension Drive Watcher Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Drive Watcher Chrome Extension |
ID | ecncpdaaopimgjpfolockddjghbncpbj |
URL Officiel | https://chromewebstore.google.com/detail/drive-watcher-chrome-exte/ecncpdaaopimgjpfolockddjghbncpbj |
Description | Add a powerful watcher in your workspace and stay tuned about updates done by your work mates |
Taille du Fichier | 7.03 KB |
Nombre d'Installations | 370 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-01-23 |
Date de Publication | 2019-01-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://drivewatcherapp.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://drivewatcherweb.com |
URL de la Page d'Aide | http://support.evenbytes.com |
URL de la Page de Politique de Confidentialité | https://evenbytes.com/privacy-policy |
Langues Prises en Charge | 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" } } |