Addvocate

Enable all coworkers to create, curate, and share content for your company

Cos'è Addvocate?

Addvocate è un'estensione di Chrome sviluppata da https://addvocate.com, e la sua funzione principale è "Enable all coworkers to create, curate, and share content for your company".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Addvocate

Scarica i file di estensione Addvocate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Enable all coworkers to create, curate and share content for your company.

Sign up now for the all new Addvocate at https://www.addvocate.com!

Questions? Email [email protected]                    

Informazioni di Base sull'Estensione

Nome Addvocate Addvocate
ID bghfmehnffidenebgplkhpkiecjnmlbk
URL Ufficiale https://chromewebstore.google.com/detail/addvocate/bghfmehnffidenebgplkhpkiecjnmlbk
Descrizione Enable all coworkers to create, curate, and share content for your company
Dimensione del File 53.99 KB
Conteggio Installazioni 35
Versione Corrente 2014.7.29
Ultimo Aggiornamento 2014-08-26
Data di Pubblicazione 2014-08-26
Sviluppatore https://addvocate.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.addvocate.com
URL della Pagina di Aiuto https://addvocate.uservoice.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Addvocate",
    "version": "2014.7.29",
    "description": "Enable all coworkers to create, curate, and share content for your company",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "require.js",
            "packages\/addv-chrome.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon16.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "*:\/\/*.addvocate.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.addvocate.com\/*"
            ],
            "js": [
                "contentscript_addvocate.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}