Drive Watcher Chrome Extension
Add a powerful watcher in your workspace and stay tuned about updates done by your work mates
Apa itu Drive Watcher Chrome Extension?
Drive Watcher Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh https://drivewatcherapp.com, dan fitur utamanya adalah "Add a powerful watcher in your workspace and stay tuned about updates done by your work mates".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Drive Watcher Chrome Extension
Unduh file ekstensi Drive Watcher Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Drive Watcher Chrome Extension |
ID | ecncpdaaopimgjpfolockddjghbncpbj |
URL Resmi | https://chromewebstore.google.com/detail/drive-watcher-chrome-exte/ecncpdaaopimgjpfolockddjghbncpbj |
Deskripsi | Add a powerful watcher in your workspace and stay tuned about updates done by your work mates |
Ukuran File | 7.03 KB |
Jumlah Instalasi | 370 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-01-23 |
Tanggal Publikasi | 2019-01-23 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://drivewatcherapp.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://drivewatcherweb.com |
URL Halaman Bantuan | http://support.evenbytes.com |
URL Halaman Kebijakan Privasi | https://evenbytes.com/privacy-policy |
Bahasa yang Didukung | 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" } } |