Pixel Helper for LinkedIn

A simple plugin that checks websites for installed LinkedIn Insight Tags.

Qu'est-ce que Pixel Helper for LinkedIn ?

Pixel Helper for LinkedIn est une extension Chrome développée par https://jens.marketing, et sa fonction principale est "A simple plugin that checks websites for installed LinkedIn Insight Tags.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pixel Helper for LinkedIn

Téléchargez les fichiers d'extension Pixel Helper for LinkedIn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This plugin inspects the correct implementation of the LinkedIn Insight tag.

This plugin is not an official Plugin by Linkedin. Its rather inspired by the Plugin by Pearmill.                    

Informations de Base sur l'Extension

Nom Pixel Helper for LinkedIn Pixel Helper for LinkedIn
ID adbhmmjkppnhjjiapocjgjaknpigdoaa
URL Officiel https://chromewebstore.google.com/detail/pixel-helper-for-linkedin/adbhmmjkppnhjjiapocjgjaknpigdoaa
Description A simple plugin that checks websites for installed LinkedIn Insight Tags.
Taille du Fichier 63.7 KB
Nombre d'Installations 12,627
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-09-01
Date de Publication 2022-09-01
Développeur https://jens.marketing
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jens.marketing/tool/linkedin-pixel-helper/
URL de la Page d'Aide https://jens.marketing/tool/linkedin-pixel-helper/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixel Helper for LinkedIn",
    "description": "A simple plugin that checks websites for installed LinkedIn Insight Tags.",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "webRequest"
    ]
}