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
公式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
Eメール [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"
}