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
电子邮箱 [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"
    ]
}