Drive Watcher Chrome Extension

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

Hvad er Drive Watcher Chrome Extension?

Drive Watcher Chrome Extension er en Chrome-udvidelse udviklet af https://drivewatcherapp.com, og dens hovedfunktion er "Add a powerful watcher in your workspace and stay tuned about updates done by your work mates".

Udvidelsesskærmbilleder

screenshot

Download Drive Watcher Chrome Extension-udvidelses-CRX-fil

Download Drive Watcher Chrome Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Drive Watcher Chrome Extension Drive Watcher Chrome Extension
ID ecncpdaaopimgjpfolockddjghbncpbj
Officiel URL https://chromewebstore.google.com/detail/drive-watcher-chrome-exte/ecncpdaaopimgjpfolockddjghbncpbj
Beskrivelse Add a powerful watcher in your workspace and stay tuned about updates done by your work mates
Filstørrelse 7.03 KB
Antal Installationer 370
Nuværende Version 1.0
Senest Opdateret 2019-01-23
Udgivelsesdato 2019-01-23
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://drivewatcherapp.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://drivewatcherweb.com
Hjælpeside-URL http://support.evenbytes.com
URL til Fortrolighedspolitik Side https://evenbytes.com/privacy-policy
Understøttede Sprog 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"
    }
}