Trackie

Debug and test tag manager and analytics implementations.

Co to jest Trackie?

Trackie to rozszerzenie Chrome opracowane przez https://pualien.github.io/Trackie, a jego główną funkcją jest „Debug and test tag manager and analytics implementations.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Trackie

Pobierz pliki rozszerzeń Trackie 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

                        Trackie 🐞 is a Chrome extension to enhance debugging 👨🏼‍💻 of some frequently-used tag management platforms 🌩:
- GTM
- Tealium
- More tag managers supported, as linked in the project homepage

In addition Trackie intercepts ⚡️ a lot of most-used tag calls (page view, clicks, checkout...) 🕵🏻‍♂‍from:
- Google Analytics also v4 property, formerly known as "App + Web" property (with Audiences also)
- Many other tags supported, as linked in the project homepage

Tag calls can now be exported in csv 💾 in order to better view data collected offline!                    

Podstawowe informacje o rozszerzeniu

Nazwa Trackie Trackie
ID iphjjodolgbelaogcefgpegebgecopeh
Oficjalny URL https://chromewebstore.google.com/detail/trackie/iphjjodolgbelaogcefgpegebgecopeh
Opis Debug and test tag manager and analytics implementations.
Rozmiar pliku 172 KB
Liczba instalacji 456
Aktualna Wersja 0.11.12
Ostatnia Aktualizacja 2020-12-14
Data Publikacji 2019-11-15
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://pualien.github.io/Trackie
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://pualien.github.io/Trackie/
Adres URL Strony Pomocy https://pualien.github.io/Trackie/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trackie",
    "description": "Debug and test tag manager and analytics implementations.",
    "short_name": "trackie",
    "version": "0.11.12",
    "icons": {
        "48": "i48.png",
        "128": "i128.png"
    },
    "devtools_page": "devtools.html",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "inject.js",
        "oo_poly.js"
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "declarativeWebRequest",
        "*:\/\/*\/*",
        "activeTab",
        "downloads"
    ]
}