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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 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"
}