Omnibug

Omnibug is a browser extension to decode and display outgoing digital marketing tool requests.

Was ist Omnibug?

Omnibug ist eine Chrome-Erweiterung, die von https://omnibug.io entwickelt wurde, und ihr Hauptmerkmal ist "Omnibug is a browser extension to decode and display outgoing digital marketing tool requests.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Omnibug-Erweiterungs-CRX-Datei herunterladen

Laden Sie Omnibug-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

                        Omnibug is a Chrome extension built to ease developing with, debugging, and providing quality assurance to today's analytics, UX/CRO tools, and many other marketing technologies. These tags include the Google Marketing Cloud (including Google Analytics, Google Tag Manager, Doubleclick, and Google Ads), the Adobe Experience Cloud (including Adobe Analytics, Adobe Launch, Adobe Target, Web SDK), Tealium iQ, and many more! Events sent to these MarTech platforms are captured and decoded into a human-readable format, which can be filtered and/or exported.

Recent Release Notes (You can view all of our release notes at https://omnibug.io/help/changelog/)
v1.24.0
- Added Reddit Pixel
- Added Dynamic Yield                    

Grundlegende Informationen zur Erweiterung

Name Omnibug Omnibug
ID bknpehncffejahipecakbfkomebjmokl
Offizielle URL https://chromewebstore.google.com/detail/omnibug/bknpehncffejahipecakbfkomebjmokl
Beschreibung Omnibug is a browser extension to decode and display outgoing digital marketing tool requests.
Dateigröße 1.33 MB
Installationsanzahl 144,577
Aktuelle Version 1.24.0
Letztes Update 2024-02-20
Veröffentlichungsdatum 2020-05-11
Bewertung 4.12/5 Insgesamt 50 Bewertungen
Entwickler https://omnibug.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://omnibug.io/
Hilfeseite URL https://omnibug.io/help/
URL der Datenschutzrichtlinien-Seite https://omnibug.io/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omnibug",
    "version": "1.24.0",
    "description": "Omnibug is a browser extension to decode and display outgoing digital marketing tool requests.",
    "author": "Philip Lawrence",
    "icons": {
        "16": "assets\/images\/blue-16.png",
        "48": "assets\/images\/blue-48.png",
        "128": "assets\/images\/blue-128.png"
    },
    "background": {
        "scripts": [
            "libs\/OmnibugSettings.js",
            "libs\/OmnibugPort.js",
            "providers.js",
            "eventPage.js"
        ],
        "persistent": true
    },
    "devtools_page": "devtools\/devtools.html",
    "homepage_url": "https:\/\/omnibug.io\/?utm_source=extension&utm_medium=chrome&utm_campaign=homepage_url",
    "options_ui": {
        "page": "options\/options.html"
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/blue-16.png",
            "32": "assets\/images\/blue-32.png",
            "48": "assets\/images\/blue-48.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webNavigation",
        "*:\/\/*\/*"
    ],
    "short_name": "Omnibug"
}