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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}