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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mgid และคุณลักษณะหลักของมันคือ "The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MGID Pixel Helper
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | focpkmgenofhkncpogbaodkddlebcdmo |
URL อย่างเป็นทางการ | 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" } |