Tealium iGIF Event Tracker
Prints the Tealium CDH event payload to the console!
Vad är Tealium iGIF Event Tracker?
Tealium iGIF Event Tracker är en Chrome-tillägg utvecklad av rpcm, och dess huvudfunktion är "Prints the Tealium CDH event payload to the console!".
Tilläggsskärmbilder
Ladda ner Tealium iGIF Event Tracker-förlängningens CRX-fil
Ladda ner Tealium iGIF Event Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Checks the network calls for the Tealium collect pixels and other Tealium API endpoints. When these calls are found, it gets the querystring parameters when its a GET call or the body data when its a POST call and prints the data to the console. Easy way to track all calls done to Tealium CDH
Grundläggande Information om Tillägg
Namn | Tealium iGIF Event Tracker |
ID | mmalcnbnaenfnpnjjikflkapjjjkking |
Officiell webbadress | https://chromewebstore.google.com/detail/tealium-igif-event-tracke/mmalcnbnaenfnpnjjikflkapjjjkking |
Beskrivning | Prints the Tealium CDH event payload to the console! |
Filstorlek | 449 KB |
Antal Installationer | 229 |
Aktuell Version | 0.0.0.8 |
Senast Uppdaterad | 2023-01-25 |
Publiceringsdatum | 2021-10-05 |
Utvecklare | rpcm |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tealium iGIF Event Tracker", "manifest_version": 2, "version": "0.0.0.8", "description": "Prints the Tealium CDH event payload 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 iGIF Event Tracker" }, "content_scripts": [ { "matches": [ " |