MGID Pixel Helper

The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status.

什麼是MGID Pixel Helper?

MGID Pixel Helper是由Mgid開發的Chrome擴展程式,該擴展的主要功能是“The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status.”。

擴展截圖

screenshot
screenshot
screenshot

下載MGID Pixel Helper擴展crx文件

下載MGID Pixel Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status. It works in the background, scans for all events, and provides real-time feedback on the implementation.                    

擴展基本資訊

名稱 MGID Pixel Helper MGID Pixel Helper
ID focpkmgenofhkncpogbaodkddlebcdmo
官方網址 https://chromewebstore.google.com/detail/mgid-pixel-helper/focpkmgenofhkncpogbaodkddlebcdmo
簡介 The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status.
檔案大小 19.67 KB
安裝次數 440
目前版本 1.0.1
更新時間 2022-09-19
上架時間 2022-09-11
評分 5.00/5 共 5 次評分
開發者 Mgid
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.mgid.com
說明頁面URL https://help.mgid.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MGID Pixel Helper",
    "description": "The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status.",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "webRequest",
        "tabs",
        "storage",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "MGID Pixel Helper",
        "default_icon": {
            "16": "\/favicon_16.png",
            "32": "\/favicon_32.png",
            "48": "\/favicon_48.png",
            "128": "\/favicon_128.png"
        }
    },
    "icons": {
        "16": "\/favicon_16.png",
        "32": "\/favicon_32.png",
        "48": "\/favicon_48.png",
        "128": "\/favicon_128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn5C4XjODK72MPdnxQmVu+OF9LBdab6FwnO21eCuY6HwNitL83hnTeg45mZlfxScnWKOQtKg\/Lafc36uwsLBF1EhT5YMadE3rhmVKWO8mHuwte5uxkd0E\/ONf54tilVptNSQeSnYdhgovV6D7mD5\/LkGQ3RqwE+lzDOLG4g+CxpHn1vsb7S4KpHK7Bq8TvRLwKQ1xH6GFsrmUAMvhqCkl1FqE4IBvawVJGErcMJXiWdf0p\/exi6Wt89B28m25tKaviUBrrjWB5vl6zQLd\/yY09udq3wPucqfksoAPD2X8rtK9f5jlqPMQiK3GXZi+sOFeYEN5be6GlS07qX8yTPrw+wIDAQAB"
}