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