Drive Watcher Chrome Extension

Add a powerful watcher in your workspace and stay tuned about updates done by your work mates

Cos'è Drive Watcher Chrome Extension?

Drive Watcher Chrome Extension è un'estensione di Chrome sviluppata da https://drivewatcherapp.com, e la sua funzione principale è "Add a powerful watcher in your workspace and stay tuned about updates done by your work mates".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Drive Watcher Chrome Extension

Scarica i file di estensione Drive Watcher Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Drive Watcher Chrome Extension Drive Watcher Chrome Extension
ID ecncpdaaopimgjpfolockddjghbncpbj
URL Ufficiale https://chromewebstore.google.com/detail/drive-watcher-chrome-exte/ecncpdaaopimgjpfolockddjghbncpbj
Descrizione Add a powerful watcher in your workspace and stay tuned about updates done by your work mates
Dimensione del File 7.03 KB
Conteggio Installazioni 370
Versione Corrente 1.0
Ultimo Aggiornamento 2019-01-23
Data di Pubblicazione 2019-01-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://drivewatcherapp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://drivewatcherweb.com
URL della Pagina di Aiuto http://support.evenbytes.com
URL della Pagina della Politica sulla Privacy https://evenbytes.com/privacy-policy
Lingue Supportate 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"
    }
}