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ファイルをダウンロード

Add To Traackr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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