RTB House Tags Helper

RTB House Tags Helper

RTB House Tags Helper란 무엇입니까?

RTB House Tags Helper은(는) RTB House에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RTB House Tags Helper"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

RTB House Tags Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The RTB House Tags Helper is a Google Chrome browser extension that can be used to verify the structural accuracy of RTB House tracking code implementations. The tags helper can identify each component of the tracking code and determine if each component adheres to the correct tag structure.                    

확장 프로그램 기본 정보

이름 RTB House Tags Helper RTB House Tags Helper
ID kecenhkkplgpnjgmckogcdfbaciacbmg
공식 URL https://chromewebstore.google.com/detail/rtb-house-tags-helper/kecenhkkplgpnjgmckogcdfbaciacbmg
설명 RTB House Tags Helper
파일 크기 275 KB
설치 횟수 2,201
현재 버전 1.6.2
최근 업데이트 2023-12-07
출시 날짜 2020-12-12
평점 5.00/5 총 27 개의 평점
개발자 RTB House
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.rtbhouse.com/
개인정보 보호 정책 페이지 URL https://www.rtbhouse.com/privacy-center
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RTB House Tags Helper",
    "description": "RTB House Tags Helper",
    "version": "1.6.2",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/rtbhouse-16-off.png",
        "48": "icons\/rtbhouse-16-off.png",
        "128": "icons\/rtbhouse-16-off.png"
    },
    "action": {
        "default_title": "RTB House Tags Helper",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "minimum_chrome_version": "90",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "webRequest",
        "storage",
        "webNavigation"
    ]
}