Tealium Event Tracker
Check tracking events payload and prints it to the console!
Cos'è Tealium Event Tracker?
Tealium Event Tracker è un'estensione di Chrome sviluppata da rpcm, e la sua funzione principale è "Check tracking events payload and prints it to the console!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tealium Event Tracker
Scarica i file di estensione Tealium Event Tracker 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
Extends and enhances the tracking functions to intercept the events payload and print them to the console.
Informazioni di Base sull'Estensione
Nome | Tealium Event Tracker |
ID | nbkmegijepdgaibmjgkbkckmcabkabhc |
URL Ufficiale | https://chromewebstore.google.com/detail/tealium-event-tracker/nbkmegijepdgaibmjgkbkckmcabkabhc |
Descrizione | Check tracking events payload and prints it to the console! |
Dimensione del File | 140 KB |
Conteggio Installazioni | 339 |
Versione Corrente | 0.0.0.6 |
Ultimo Aggiornamento | 2023-07-10 |
Data di Pubblicazione | 2021-10-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | rpcm |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tealium Event Tracker", "manifest_version": 2, "version": "0.0.0.6", "description": "Check tracking events payload and prints it to the console!", "icons": { "32": "i32.png", "128": "i128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_title": "Tealium Event Tracker" }, "content_scripts": [ { "matches": [ " |