Add To Traackr

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

Wat is Add To Traackr?

Add To Traackr is een Chrome-extensie ontwikkeld door https://traackr.com, en de belangrijkste functie is "This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Add To Traackr

Download Add To Traackr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Add To Traackr Add To Traackr
ID fedlfkbhbllllpkekaajnklfemkkbmjk
Officiële URL https://chromewebstore.google.com/detail/add-to-traackr/fedlfkbhbllllpkekaajnklfemkkbmjk
Beschrijving This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.
Bestandsgrootte 93.34 KB
Aantal Installaties 84
Huidige Versie 0.5.9
Laatst Bijgewerkt 2018-08-22
Publicatiedatum 2018-08-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://traackr.com
Betalingswijze free
Extensiewebsite https://addto.traackr.com/
Ondersteunde Talen 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"
    }
}