Add To Traackr

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

What is Add To Traackr?

Add To Traackr is a Chrome extension developed by https://traackr.com, and its main feature is "This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.".

Extension Screenshots

screenshot
screenshot

Download Add To Traackr Extension CRX File

Download Add To Traackr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Add To Traackr Add To Traackr
ID fedlfkbhbllllpkekaajnklfemkkbmjk
Official URL https://chromewebstore.google.com/detail/add-to-traackr/fedlfkbhbllllpkekaajnklfemkkbmjk
Description This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.
File Size 93.34 KB
Installation Count 84
Current Version 0.5.9
Last Updated 2018-08-22
Publish Date 2018-08-22
Rating 5.00/5 Total 1 Ratings
Developer https://traackr.com
Payment Type free
Extension Website https://addto.traackr.com/
Supported Languages 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"
    }
}