Pearmill Pixel Helper

Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.

Qu'est-ce que Pearmill Pixel Helper ?

Pearmill Pixel Helper est une extension Chrome développée par https://pearmill.com, et sa fonction principale est "Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Pearmill Pixel Helper 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

                        Paermill's Pixel Helper helps troubleshoot installation of LinkedIn's Insight Tag and Event Pixels for tracking the success of LinkedIn Ads.

It helps you verify that you have installed LinkedIn Insight tags correctly on your site. Just navigate to any page and Pearmill's Pixel Helper will tell you which Insight Tag and/or Event Pixels are present, and report any errors if the tag isn't being sent correctly.                    

Informations de Base sur l'Extension

Nom Pearmill Pixel Helper Pearmill Pixel Helper
ID ahgjbbnglgnladgimapeecjmhlhmacgg
URL Officiel https://chromewebstore.google.com/detail/pearmill-pixel-helper/ahgjbbnglgnladgimapeecjmhlhmacgg
Description Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.
Taille du Fichier 63.26 KB
Nombre d'Installations 499
Version Actuelle 0.0.2
Dernière Mise à Jour 2023-06-03
Date de Publication 2023-06-03
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://pearmill.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pearmill.com/linkedin-pixel-helper
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pearmill Pixel Helper",
    "description": "Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.",
    "version": "0.0.2",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": [],
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "content_scripts": [],
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-34.png",
                "icon-128.png",
                "pearmill.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}