RTB House Tags Helper

RTB House Tags Helper

ما هو RTB House Tags Helper؟

RTB House Tags Helper هو إضافة Chrome تم تطويرها بواسطة RTB House، والميزة الرئيسية لها هي "RTB House Tags Helper".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة RTB House Tags Helper

قم بتنزيل ملفات الامتداد RTB House Tags Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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"
    ]
}