Omnibug

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

什麼是Omnibug?

Omnibug是由https://omnibug.io開發的Chrome擴展程式,該擴展的主要功能是“Omnibug is a browser extension to decode and display outgoing digital marketing tool requests.”。

擴展截圖

screenshot
screenshot
screenshot

下載Omnibug擴展crx文件

下載Omnibug擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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/
說明頁面URL https://omnibug.io/help/
隱私政策頁面URL 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"
}