Add To Traackr

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

¿Qué es Add To Traackr?

Add To Traackr es una extensión de Chrome desarrollada por https://traackr.com, y su función principal es "This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Add To Traackr

Descarga archivos de extensión Add To Traackr en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Add To Traackr Add To Traackr
ID fedlfkbhbllllpkekaajnklfemkkbmjk
URL Oficial https://chromewebstore.google.com/detail/add-to-traackr/fedlfkbhbllllpkekaajnklfemkkbmjk
Descripción This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.
Tamaño del Archivo 93.34 KB
Cantidad de Instalaciones 84
Versión Actual 0.5.9
Última Actualización 2018-08-22
Fecha de Publicación 2018-08-22
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://traackr.com
Tipo de Pago free
Sitio Web de la Extensión https://addto.traackr.com/
Idiomas Soportados 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"
    }
}