LINE Tag Helper

Troubleshoot your LINE Tag installation.

LINE Tag Helper क्या है?

LINE Tag Helper LY Corporation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Troubleshoot your LINE Tag installation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LINE Tag Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        LINE Tag Helper helps you troubleshoot your tag installation. 

LINE Tag Helper works in the background to provide real-time view of tag implementation. Just go to any page and tag detailed info such as tag location, loaded time and warnings will show. We also offer you an easy way to record a user flow on your website for further investigation.

By installing this tool, you agree to LINE Privacy Policy at https://line.me/en/terms/policy/

Learn more: 
https://lineforbusiness.com/th-en/service/line-ads/manual#LINETagHelper                    

एक्सटेंशन की मूल जानकारी

नाम LINE Tag Helper LINE Tag Helper
ID jgnholagndjghcjedffhinifilbjmklg
आधिकारिक URL https://chromewebstore.google.com/detail/line-tag-helper/jgnholagndjghcjedffhinifilbjmklg
विवरण Troubleshoot your LINE Tag installation.
फ़ाइल का आकार 59.79 KB
स्थापना संख्या 6,188
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2023-10-18
प्रकाशन तिथि 2021-03-24
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर LY Corporation
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://line.me/
गोपनीयता नीति पृष्ठ URL https://line.me/en/terms/policy
समर्थित भाषाएँ en,th,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "\/popup.html",
                "popup\/popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "\/libraries\/jquery-3.3.1.min.js",
                "content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "24": "icons\/48x48.png",
        "32": "icons\/36x36.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "24": "icons\/48x48.png",
            "32": "icons\/36x36.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "LINE Tag Helper"
    }
}