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"
    }
}