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によって開発されたChromeの拡張機能で、その主な機能は「A simple plugin that checks websites for installed LinkedIn Insight Tags.」です。

拡張機能のスクリーンショット

screenshot

Pixel Helper for LinkedIn拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}