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”。
擴展截圖
下載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 |
ID | ecncpdaaopimgjpfolockddjghbncpbj |
官方網址 | 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" } } |