Drive Watcher Chrome Extension

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

What is Drive Watcher Chrome Extension?

Drive Watcher Chrome Extension is a Chrome extension developed by https://drivewatcherapp.com, and its main feature is "Add a powerful watcher in your workspace and stay tuned about updates done by your work mates".

Extension Screenshots

screenshot

Download Drive Watcher Chrome Extension Extension CRX File

Download Drive Watcher Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Drive Watcher Chrome Extension Drive Watcher Chrome Extension
ID ecncpdaaopimgjpfolockddjghbncpbj
Official URL 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
File Size 7.03 KB
Installation Count 370
Current Version 1.0
Last Updated 2019-01-23
Publish Date 2019-01-23
Rating 5.00/5 Total 1 Ratings
Developer https://drivewatcherapp.com
Email [email protected]
Payment Type free
Extension Website https://drivewatcherweb.com
Help Page URL http://support.evenbytes.com
Privacy Policy Page URL https://evenbytes.com/privacy-policy
Supported Languages 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"
    }
}