LINE Tag Helper

Troubleshoot your LINE Tag installation.

LINE Tag Helperとは何ですか?

LINE Tag HelperはLY Corporationによって開発されたChromeの拡張機能で、その主な機能は「Troubleshoot your LINE Tag installation.」です。

拡張機能のスクリーンショット

screenshot

LINE Tag Helper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

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