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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة http://support.evenbytes.com
عنوان صفحة سياسة الخصوصية 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"
    }
}