LINE Tag Helper

Troubleshoot your LINE Tag installation.

¿Qué es LINE Tag Helper?

LINE Tag Helper es una extensión de Chrome desarrollada por LY Corporation, y su función principal es "Troubleshoot your LINE Tag installation.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión LINE Tag Helper

Descarga archivos de extensión LINE Tag Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre LINE Tag Helper LINE Tag Helper
ID jgnholagndjghcjedffhinifilbjmklg
URL Oficial https://chromewebstore.google.com/detail/line-tag-helper/jgnholagndjghcjedffhinifilbjmklg
Descripción Troubleshoot your LINE Tag installation.
Tamaño del Archivo 59.79 KB
Cantidad de Instalaciones 6,188
Versión Actual 3.0.0
Última Actualización 2023-10-18
Fecha de Publicación 2021-03-24
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador LY Corporation
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://line.me/
URL de la Página de Política de Privacidad https://line.me/en/terms/policy
Idiomas Soportados 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"
    }
}