Drive Watcher Chrome Extension

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

¿Qué es Drive Watcher Chrome Extension?

Drive Watcher Chrome Extension es una extensión de Chrome desarrollada por https://drivewatcherapp.com, y su función principal es "Add a powerful watcher in your workspace and stay tuned about updates done by your work mates".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Drive Watcher Chrome Extension

Descarga archivos de extensión Drive Watcher Chrome Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Drive Watcher Chrome Extension Drive Watcher Chrome Extension
ID ecncpdaaopimgjpfolockddjghbncpbj
URL Oficial https://chromewebstore.google.com/detail/drive-watcher-chrome-exte/ecncpdaaopimgjpfolockddjghbncpbj
Descripción Add a powerful watcher in your workspace and stay tuned about updates done by your work mates
Tamaño del Archivo 7.03 KB
Cantidad de Instalaciones 370
Versión Actual 1.0
Última Actualización 2019-01-23
Fecha de Publicación 2019-01-23
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://drivewatcherapp.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://drivewatcherweb.com
URL de la Página de Ayuda http://support.evenbytes.com
URL de la Página de Política de Privacidad https://evenbytes.com/privacy-policy
Idiomas Soportados 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"
    }
}