Drive Watcher Chrome Extension

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

什么是Drive Watcher Chrome Extension?

Drive Watcher Chrome Extension是由https://drivewatcherapp.com开发的Chrome扩展程序,该扩展的主要功能是“Add a powerful watcher in your workspace and stay tuned about updates done by your work mates”。

扩展截图

screenshot

下载Drive Watcher Chrome Extension扩展crx文件

下载Drive Watcher Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Drive Watcher Chrome Extension Drive Watcher Chrome Extension
ID ecncpdaaopimgjpfolockddjghbncpbj
官方URL https://chromewebstore.google.com/detail/drive-watcher-chrome-exte/ecncpdaaopimgjpfolockddjghbncpbj
简介 Add a powerful watcher in your workspace and stay tuned about updates done by your work mates
文件大小 7.03 KB
安装次数 370
当前版本 1.0
更新时间 2019-01-23
上架时间 2019-01-23
评分 5.00/5 共1次评分
开发者 https://drivewatcherapp.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://drivewatcherweb.com
帮助页面URL http://support.evenbytes.com
隐私政策页面URL https://evenbytes.com/privacy-policy
支持的语言 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"
    }
}