Drive Watcher Chrome Extension

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

Vad är Drive Watcher Chrome Extension?

Drive Watcher Chrome Extension är en Chrome-tillägg utvecklad av https://drivewatcherapp.com, och dess huvudfunktion är "Add a powerful watcher in your workspace and stay tuned about updates done by your work mates".

Tilläggsskärmbilder

screenshot

Ladda ner Drive Watcher Chrome Extension-förlängningens CRX-fil

Ladda ner Drive Watcher Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Drive Watcher Chrome Extension Drive Watcher Chrome Extension
ID ecncpdaaopimgjpfolockddjghbncpbj
Officiell webbadress https://chromewebstore.google.com/detail/drive-watcher-chrome-exte/ecncpdaaopimgjpfolockddjghbncpbj
Beskrivning Add a powerful watcher in your workspace and stay tuned about updates done by your work mates
Filstorlek 7.03 KB
Antal Installationer 370
Aktuell Version 1.0
Senast Uppdaterad 2019-01-23
Publiceringsdatum 2019-01-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://drivewatcherapp.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://drivewatcherweb.com
Hjälpsida URL http://support.evenbytes.com
URL till Sekretesspolicy Sidan https://evenbytes.com/privacy-policy
Stödda Språk 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"
    }
}