Omnibug

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

ما هو Omnibug؟

Omnibug هو إضافة Chrome تم تطويرها بواسطة https://omnibug.io، والميزة الرئيسية لها هي "Omnibug is a browser extension to decode and display outgoing digital marketing tool requests.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Omnibug

قم بتنزيل ملفات الامتداد Omnibug بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Omnibug Omnibug
ID bknpehncffejahipecakbfkomebjmokl
عنوان URL الرسمي https://chromewebstore.google.com/detail/omnibug/bknpehncffejahipecakbfkomebjmokl
الوصف Omnibug is a browser extension to decode and display outgoing digital marketing tool requests.
حجم الملف 1.33 MB
عدد التثبيتات 144,577
النسخة الحالية 1.24.0
آخر تحديث 2024-02-20
تاريخ النشر 2020-05-11
تقييم 4.12/5 مجموع تقييمات 50
المطور https://omnibug.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://omnibug.io/
عنوان صفحة المساعدة https://omnibug.io/help/
عنوان صفحة سياسة الخصوصية https://omnibug.io/privacy-policy
اللغات المدعومة 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"
}