Addvocate

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

Addvocateとは何ですか?

Addvocateはhttps://addvocate.comによって開発されたChromeの拡張機能で、その主な機能は「Enable all coworkers to create, curate, and share content for your company」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Addvocate拡張機能のCRXファイルをダウンロード

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"
        }
    ]
}