Addvocate

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

Co to jest Addvocate?

Addvocate to rozszerzenie Chrome opracowane przez https://addvocate.com, a jego główną funkcją jest „Enable all coworkers to create, curate, and share content for your company”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Addvocate

Pobierz pliki rozszerzeń Addvocate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Addvocate Addvocate
ID bghfmehnffidenebgplkhpkiecjnmlbk
Oficjalny URL https://chromewebstore.google.com/detail/addvocate/bghfmehnffidenebgplkhpkiecjnmlbk
Opis Enable all coworkers to create, curate, and share content for your company
Rozmiar pliku 53.99 KB
Liczba instalacji 35
Aktualna Wersja 2014.7.29
Ostatnia Aktualizacja 2014-08-26
Data Publikacji 2014-08-26
Deweloper https://addvocate.com
Typ Płatności free
Strona Rozszerzenia https://www.addvocate.com
Adres URL Strony Pomocy https://addvocate.uservoice.com/
Obsługiwane Języki 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"
        }
    ]
}