MGID Pixel Helper
The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status.
Cos'è MGID Pixel Helper?
MGID Pixel Helper è un'estensione di Chrome sviluppata da Mgid, e la sua funzione principale è "The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MGID Pixel Helper
Scarica i file di estensione MGID Pixel Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | focpkmgenofhkncpogbaodkddlebcdmo |
| URL Ufficiale | https://chromewebstore.google.com/detail/mgid-pixel-helper/focpkmgenofhkncpogbaodkddlebcdmo |
| Descrizione | The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status. |
| Dimensione del File | 19.67 KB |
| Conteggio Installazioni | 440 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2022-09-19 |
| Data di Pubblicazione | 2022-09-11 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | Mgid |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.mgid.com |
| URL della Pagina di Aiuto | https://help.mgid.com |
| Lingue Supportate | 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"
} | |