Add To Traackr

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

Co je Add To Traackr?

Add To Traackr je rozšíření Chrome vyvinuté https://traackr.com, a jeho hlavní funkcí je „This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Add To Traackr

Stáhněte si soubory rozšíření Add To Traackr ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Add To Traackr Add To Traackr
ID fedlfkbhbllllpkekaajnklfemkkbmjk
Oficiální URL https://chromewebstore.google.com/detail/add-to-traackr/fedlfkbhbllllpkekaajnklfemkkbmjk
Popis This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.
Velikost souboru 93.34 KB
Počet instalací 84
Aktuální Verze 0.5.9
Poslední Aktualizace 2018-08-22
Datum Vydání 2018-08-22
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://traackr.com
Typ Platby free
Webové stránky Rozšíření https://addto.traackr.com/
Podporované Jazyky 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"
    }
}