Drive Watcher Chrome Extension

Add a powerful watcher in your workspace and stay tuned about updates done by your work mates

Co to jest Drive Watcher Chrome Extension?

Drive Watcher Chrome Extension to rozszerzenie Chrome opracowane przez https://drivewatcherapp.com, a jego główną funkcją jest „Add a powerful watcher in your workspace and stay tuned about updates done by your work mates”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Drive Watcher Chrome Extension

Pobierz pliki rozszerzeń Drive Watcher Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Drive Watcher Chrome Extension Drive Watcher Chrome Extension
ID ecncpdaaopimgjpfolockddjghbncpbj
Oficjalny URL https://chromewebstore.google.com/detail/drive-watcher-chrome-exte/ecncpdaaopimgjpfolockddjghbncpbj
Opis Add a powerful watcher in your workspace and stay tuned about updates done by your work mates
Rozmiar pliku 7.03 KB
Liczba instalacji 370
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-01-23
Data Publikacji 2019-01-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://drivewatcherapp.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://drivewatcherweb.com
Adres URL Strony Pomocy http://support.evenbytes.com
Adres URL Strony Polityki Prywatności https://evenbytes.com/privacy-policy
Obsługiwane Języki 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"
    }
}