Add To Traackr

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

Was ist Add To Traackr?

Add To Traackr ist eine Chrome-Erweiterung, die von https://traackr.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.".

Erweiterungsscreenshots

screenshot
screenshot

Add To Traackr-Erweiterungs-CRX-Datei herunterladen

Laden Sie Add To Traackr-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Add To Traackr Add To Traackr
ID fedlfkbhbllllpkekaajnklfemkkbmjk
Offizielle URL https://chromewebstore.google.com/detail/add-to-traackr/fedlfkbhbllllpkekaajnklfemkkbmjk
Beschreibung This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.
Dateigröße 93.34 KB
Installationsanzahl 84
Aktuelle Version 0.5.9
Letztes Update 2018-08-22
Veröffentlichungsdatum 2018-08-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://traackr.com
Zahlungsart free
Erweiterungswebsite https://addto.traackr.com/
Unterstützte Sprachen 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"
    }
}