Pixel Helper for LinkedIn

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

Τι είναι το Pixel Helper for LinkedIn;

Το Pixel Helper for LinkedIn είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://jens.marketing, και η κύρια λειτουργία του είναι "A simple plugin that checks websites for installed LinkedIn Insight Tags.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Pixel Helper for LinkedIn

Λήψη αρχείων επέκτασης Pixel Helper for LinkedIn σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Pixel Helper for LinkedIn Pixel Helper for LinkedIn
ID adbhmmjkppnhjjiapocjgjaknpigdoaa
Επίσημο URL https://chromewebstore.google.com/detail/pixel-helper-for-linkedin/adbhmmjkppnhjjiapocjgjaknpigdoaa
Περιγραφή A simple plugin that checks websites for installed LinkedIn Insight Tags.
Μέγεθος Αρχείου 63.7 KB
Αριθμός Εγκαταστάσεων 12,627
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-09-01
Ημερομηνία Δημοσίευσης 2022-09-01
Προγραμματιστής https://jens.marketing
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://jens.marketing/tool/linkedin-pixel-helper/
Διεύθυνση URL της Σελίδας Βοήθειας https://jens.marketing/tool/linkedin-pixel-helper/
Υποστηριζόμενες Γλώσσες 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"
    ]
}