Add To Traackr

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

Qu'est-ce que Add To Traackr ?

Add To Traackr est une extension Chrome développée par https://traackr.com, et sa fonction principale est "This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Add To Traackr

Téléchargez les fichiers d'extension Add To Traackr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Add To Traackr Add To Traackr
ID fedlfkbhbllllpkekaajnklfemkkbmjk
URL Officiel 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.
Taille du Fichier 93.34 KB
Nombre d'Installations 84
Version Actuelle 0.5.9
Dernière Mise à Jour 2018-08-22
Date de Publication 2018-08-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://traackr.com
Type de Paiement free
Site Web de l'Extension https://addto.traackr.com/
Langues Prises en Charge 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"
    }
}