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
Eメール [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"
    }
}