Pearmill Pixel Helper

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

Pearmill Pixel Helperとは何ですか?

Pearmill Pixel Helperはhttps://pearmill.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.」です。

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

screenshot

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

Pearmill Pixel Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Pearmill Pixel Helper Pearmill Pixel Helper
ID ahgjbbnglgnladgimapeecjmhlhmacgg
公式URL https://chromewebstore.google.com/detail/pearmill-pixel-helper/ahgjbbnglgnladgimapeecjmhlhmacgg
説明 Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.
ファイルサイズ 63.26 KB
インストール数 499
現在のバージョン 0.0.2
最終更新日 2023-06-03
公開日 2023-06-03
評価 5.00/5 合計 4 レビュー
開発者 https://pearmill.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://pearmill.com/linkedin-pixel-helper
対応言語 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": [
                ""
            ]
        }
    ]
}