Drive Watcher Chrome Extension

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

O que é Drive Watcher Chrome Extension?

Drive Watcher Chrome Extension é uma extensão do Chrome desenvolvida por https://drivewatcherapp.com, e sua principal característica é "Add a powerful watcher in your workspace and stay tuned about updates done by your work mates".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Drive Watcher Chrome Extension

Baixe arquivos de extensão Drive Watcher Chrome Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Drive Watcher Chrome Extension Drive Watcher Chrome Extension
ID ecncpdaaopimgjpfolockddjghbncpbj
URL Oficial https://chromewebstore.google.com/detail/drive-watcher-chrome-exte/ecncpdaaopimgjpfolockddjghbncpbj
Descrição Add a powerful watcher in your workspace and stay tuned about updates done by your work mates
Tamanho do Arquivo 7.03 KB
Contagem de Instalações 370
Versão Atual 1.0
Última Atualização 2019-01-23
Data de Publicação 2019-01-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://drivewatcherapp.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://drivewatcherweb.com
URL da Página de Ajuda http://support.evenbytes.com
URL da Página de Política de Privacidade https://evenbytes.com/privacy-policy
Idiomas Suportados 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"
    }
}