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ファイルをダウンロード

RTB House Tags Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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