Add To Traackr

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

Co to jest Add To Traackr?

Add To Traackr to rozszerzenie Chrome opracowane przez https://traackr.com, a jego główną funkcją jest „This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Add To Traackr

Pobierz pliki rozszerzeń Add To Traackr w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Add To Traackr Add To Traackr
ID fedlfkbhbllllpkekaajnklfemkkbmjk
Oficjalny URL https://chromewebstore.google.com/detail/add-to-traackr/fedlfkbhbllllpkekaajnklfemkkbmjk
Opis This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.
Rozmiar pliku 93.34 KB
Liczba instalacji 84
Aktualna Wersja 0.5.9
Ostatnia Aktualizacja 2018-08-22
Data Publikacji 2018-08-22
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://traackr.com
Typ Płatności free
Strona Rozszerzenia https://addto.traackr.com/
Obsługiwane Języki 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"
    }
}