MGID Pixel Helper
The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status.
Was ist MGID Pixel Helper?
MGID Pixel Helper ist eine Chrome-Erweiterung, die von Mgid entwickelt wurde, und ihr Hauptmerkmal ist "The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status.".
Erweiterungsscreenshots
MGID Pixel Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie MGID Pixel Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | focpkmgenofhkncpogbaodkddlebcdmo |
| Offizielle URL | https://chromewebstore.google.com/detail/mgid-pixel-helper/focpkmgenofhkncpogbaodkddlebcdmo |
| Beschreibung | The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status. |
| Dateigröße | 19.67 KB |
| Installationsanzahl | 440 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2022-09-19 |
| Veröffentlichungsdatum | 2022-09-11 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | Mgid |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.mgid.com |
| Hilfeseite URL | https://help.mgid.com |
| Unterstützte Sprachen | 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"
} | |