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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://drivewatcherapp.com และคุณลักษณะหลักของมันคือ "Add a powerful watcher in your workspace and stay tuned about updates done by your work mates"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drive Watcher Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}