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
官方網址 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"
    }
}