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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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