Addvocate

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

Wat is Addvocate?

Addvocate is een Chrome-extensie ontwikkeld door https://addvocate.com, en de belangrijkste functie is "Enable all coworkers to create, curate, and share content for your company".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Addvocate

Download Addvocate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Addvocate Addvocate
ID bghfmehnffidenebgplkhpkiecjnmlbk
Officiële URL https://chromewebstore.google.com/detail/addvocate/bghfmehnffidenebgplkhpkiecjnmlbk
Beschrijving Enable all coworkers to create, curate, and share content for your company
Bestandsgrootte 53.99 KB
Aantal Installaties 35
Huidige Versie 2014.7.29
Laatst Bijgewerkt 2014-08-26
Publicatiedatum 2014-08-26
Ontwikkelaar https://addvocate.com
Betalingswijze free
Extensiewebsite https://www.addvocate.com
Help Pagina-URL https://addvocate.uservoice.com/
Ondersteunde Talen 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"
        }
    ]
}