Addvocate

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

Was ist Addvocate?

Addvocate ist eine Chrome-Erweiterung, die von https://addvocate.com entwickelt wurde, und ihr Hauptmerkmal ist "Enable all coworkers to create, curate, and share content for your company".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Addvocate-Erweiterungs-CRX-Datei herunterladen

Laden Sie Addvocate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Addvocate Addvocate
ID bghfmehnffidenebgplkhpkiecjnmlbk
Offizielle URL https://chromewebstore.google.com/detail/addvocate/bghfmehnffidenebgplkhpkiecjnmlbk
Beschreibung Enable all coworkers to create, curate, and share content for your company
Dateigröße 53.99 KB
Installationsanzahl 35
Aktuelle Version 2014.7.29
Letztes Update 2014-08-26
Veröffentlichungsdatum 2014-08-26
Entwickler https://addvocate.com
Zahlungsart free
Erweiterungswebsite https://www.addvocate.com
Hilfeseite URL https://addvocate.uservoice.com/
Unterstützte Sprachen 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"
        }
    ]
}