Linkedin Tag Checker

LinkedIn Tag Checker assists website owners in confirming the accurate installation of the LinkedIn tags on their website.

¿Qué es Linkedin Tag Checker?

Linkedin Tag Checker es una extensión de Chrome desarrollada por linkedintagchecker, y su función principal es "LinkedIn Tag Checker assists website owners in confirming the accurate installation of the LinkedIn tags on their website.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Linkedin Tag Checker

Descarga archivos de extensión Linkedin Tag Checker 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

                        This tool is designed to assist users in verifying the installation and functionality of the LinkedIn Insight Tags on their websites. The extension checks for the presence of the Insight Tag, helps troubleshoot issues related to the tag, and provides real-time analytics data to help users optimize their LinkedIn campaigns. The LinkedIn Insight Tag Helper is a useful tool for advertisers and marketers who use LinkedIn's advertising platform to track website activity and campaign performance. 

Key Features:  

>>Tag presence verification - The tool checks if the LinkedIn Insight Tag is installed correctly on your website. 
 >>Easy troubleshooting - It helps troubleshoot common issues related to the Insight Tag, making it easy to identify and fix problems. 
>>User-friendly interface - The LinkedIn Insight Tag Helper has a user-friendly interface that makes it easy to use and understand. 
>>Simple setup process - The setup process is straightforward, and the tool can be installed in just a few clicks. 

What Is LinkedIn Insight Tags?  

The LinkedIn Insight Tag is a small snippet of JavaScript code that can be easily incorporated into your website, enabling you to gain comprehensive campaign reporting and access valuable information about your website visitors. With the Insight Tag, you can keep track of conversions, retarget your website visitors, and obtain further insights into how users engage with your ads. 


FAQs 

>> 1. How does the LinkedIn Tag Helper benefit advertisers and marketers?  

The Insight Tag Helper provides valuable insights and analytics data that help advertisers and marketers optimize their LinkedIn campaigns.  

>> 2. Can it be used with any website?  

The Insight Tag Helper is designed to be used with websites that have the LinkedIn Insight Tag installed. If the Insight Tag is not installed on your website, you will not be able to use the tool. 

>> 3. Is this a free tool?  

Yes, the LinkedIn Tag checker is a completely free tool.                    

Información Básica de la Extensión

Nombre Linkedin Tag Checker Linkedin Tag Checker
ID kpnfhmmejpcicjehfcjiofemmekagnng
URL Oficial https://chromewebstore.google.com/detail/linkedin-tag-checker/kpnfhmmejpcicjehfcjiofemmekagnng
Descripción LinkedIn Tag Checker assists website owners in confirming the accurate installation of the LinkedIn tags on their website.
Tamaño del Archivo 61.5 KB
Cantidad de Instalaciones 2,484
Versión Actual 0.0.1
Última Actualización 2023-04-13
Fecha de Publicación 2023-04-13
Calificación 1.00/5 Total de 2 Calificaciones
Desarrollador linkedintagchecker
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "version": "0.0.1",
    "icons": {
        "16": "Icon16.png",
        "48": "Icon64.png",
        "128": "Icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "LinkedIn\u2122 Tag Checker",
        "default_icon": {
            "16": "Icon16.png",
            "48": "Icon64.png",
            "128": "Icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "gcm",
        "notifications",
        "webRequest",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}