Linkedin Tag Checker

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

Cos'è Linkedin Tag Checker?

Linkedin Tag Checker è un'estensione di Chrome sviluppata da linkedintagchecker, e la sua funzione principale è "LinkedIn Tag Checker assists website owners in confirming the accurate installation of the LinkedIn tags on their website.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Linkedin Tag Checker

Scarica i file di estensione Linkedin Tag Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Linkedin Tag Checker Linkedin Tag Checker
ID kpnfhmmejpcicjehfcjiofemmekagnng
URL Ufficiale https://chromewebstore.google.com/detail/linkedin-tag-checker/kpnfhmmejpcicjehfcjiofemmekagnng
Descrizione LinkedIn Tag Checker assists website owners in confirming the accurate installation of the LinkedIn tags on their website.
Dimensione del File 61.5 KB
Conteggio Installazioni 2,484
Versione Corrente 0.0.1
Ultimo Aggiornamento 2023-04-13
Data di Pubblicazione 2023-04-13
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore linkedintagchecker
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}