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."입니다.
확장 프로그램 스크린샷
MGID Pixel Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |