Addvocate

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

What is Addvocate?

Addvocate is a Chrome extension developed by https://addvocate.com, and its main feature is "Enable all coworkers to create, curate, and share content for your company".

Extension Screenshots

screenshot
screenshot
screenshot

Download Addvocate Extension CRX File

Download Addvocate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Addvocate Addvocate
ID bghfmehnffidenebgplkhpkiecjnmlbk
Official URL https://chromewebstore.google.com/detail/addvocate/bghfmehnffidenebgplkhpkiecjnmlbk
Description Enable all coworkers to create, curate, and share content for your company
File Size 53.99 KB
Installation Count 35
Current Version 2014.7.29
Last Updated 2014-08-26
Publish Date 2014-08-26
Developer https://addvocate.com
Payment Type free
Extension Website https://www.addvocate.com
Help Page URL https://addvocate.uservoice.com/
Supported Languages 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"
        }
    ]
}