Pixel Helper for LinkedIn

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

Pixel Helper for LinkedIn क्या है?

Pixel Helper for LinkedIn https://jens.marketing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple plugin that checks websites for installed LinkedIn Insight Tags."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pixel Helper for LinkedIn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}