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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
                ""
            ]
        }
    ]
}