Add To Traackr

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

Cos'è Add To Traackr?

Add To Traackr è un'estensione di Chrome sviluppata da https://traackr.com, e la sua funzione principale è "This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Add To Traackr

Scarica i file di estensione Add To Traackr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Add To Traackr Add To Traackr
ID fedlfkbhbllllpkekaajnklfemkkbmjk
URL Ufficiale https://chromewebstore.google.com/detail/add-to-traackr/fedlfkbhbllllpkekaajnklfemkkbmjk
Descrizione This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.
Dimensione del File 93.34 KB
Conteggio Installazioni 84
Versione Corrente 0.5.9
Ultimo Aggiornamento 2018-08-22
Data di Pubblicazione 2018-08-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://traackr.com
Tipo di Pagamento free
Sito Web dell'Estensione https://addto.traackr.com/
Lingue Supportate 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"
    }
}