Drive Watcher Chrome Extension

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

Wat is Drive Watcher Chrome Extension?

Drive Watcher Chrome Extension is een Chrome-extensie ontwikkeld door https://drivewatcherapp.com, en de belangrijkste functie is "Add a powerful watcher in your workspace and stay tuned about updates done by your work mates".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Drive Watcher Chrome Extension

Download Drive Watcher Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Drive Watcher Chrome Extension Drive Watcher Chrome Extension
ID ecncpdaaopimgjpfolockddjghbncpbj
Officiële URL https://chromewebstore.google.com/detail/drive-watcher-chrome-exte/ecncpdaaopimgjpfolockddjghbncpbj
Beschrijving Add a powerful watcher in your workspace and stay tuned about updates done by your work mates
Bestandsgrootte 7.03 KB
Aantal Installaties 370
Huidige Versie 1.0
Laatst Bijgewerkt 2019-01-23
Publicatiedatum 2019-01-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://drivewatcherapp.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://drivewatcherweb.com
Help Pagina-URL http://support.evenbytes.com
URL van de Privacybeleid Pagina https://evenbytes.com/privacy-policy
Ondersteunde Talen 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"
    }
}