Add To Traackr

This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.

Add To Traackr란 무엇입니까?

Add To Traackr은(는) https://traackr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows a grid of Influencers from the current page that you can add to your Traackr Account."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Add To Traackr 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension lets you add people to your Traackr account from anywhere on the web (including social networks, blogs, social listening platforms and more).                    

확장 프로그램 기본 정보

이름 Add To Traackr Add To Traackr
ID fedlfkbhbllllpkekaajnklfemkkbmjk
공식 URL https://chromewebstore.google.com/detail/add-to-traackr/fedlfkbhbllllpkekaajnklfemkkbmjk
설명 This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.
파일 크기 93.34 KB
설치 횟수 84
현재 버전 0.5.9
최근 업데이트 2018-08-22
출시 날짜 2018-08-22
평점 5.00/5 총 1 개의 평점
개발자 https://traackr.com
결제 유형 free
확장 프로그램 웹 사이트 https://addto.traackr.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add To Traackr",
    "description": "This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.",
    "version": "0.5.9",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "\/main.js",
        "\/main.js.map"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.twitter.com\/"
    ],
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    }
}