Addvocate

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

Что такое Addvocate?

Addvocate - это расширение Chrome, разработанное https://addvocate.com, и его основная функция - "Enable all coworkers to create, curate, and share content for your company".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Addvocate

Скачайте файлы расширений Addvocate в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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]                    

Основная информация о расширении

Название Addvocate Addvocate
ID bghfmehnffidenebgplkhpkiecjnmlbk
Официальный URL https://chromewebstore.google.com/detail/addvocate/bghfmehnffidenebgplkhpkiecjnmlbk
Описание Enable all coworkers to create, curate, and share content for your company
Размер файла 53.99 KB
Количество установок 35
Текущая Версия 2014.7.29
Последнее Обновление 2014-08-26
Дата публикации 2014-08-26
Разработчик https://addvocate.com
Тип оплаты free
Официальный сайт расширения https://www.addvocate.com
URL страницы помощи https://addvocate.uservoice.com/
Поддерживаемые языки 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"
        }
    ]
}