nextdoor-extension-helper
Description of the extension
Cos'è nextdoor-extension-helper?
nextdoor-extension-helper è un'estensione di Chrome sviluppata da Nextdoor, e la sua funzione principale è "Description of the extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione nextdoor-extension-helper
Scarica i file di estensione nextdoor-extension-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 Nextdoor Pixel Helper provides valuable feedback that can help verify your pixel is working correctly. Sometimes formatting errors are encountered when tracking conversions and the Pixel Helper can help uncover these errors. Clicking on the extension's icon will help troubleshoot, verify and debug Nextdoor Pixel implementations.
Informazioni di Base sull'Estensione
Nome | nextdoor-extension-helper |
ID | pdecifmglcpnbfgkddlebbjbmdcokejl |
URL Ufficiale | https://chromewebstore.google.com/detail/nextdoor-extension-helper/pdecifmglcpnbfgkddlebbjbmdcokejl |
Descrizione | Description of the extension |
Dimensione del File | 526 KB |
Conteggio Installazioni | 1,162 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2021-06-16 |
Data di Pubblicazione | 2020-12-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Nextdoor |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://help.nextdoor.com/s/article/privacy-and-safety-on-nextdoor |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "nextdoor-extension-helper", "version": "2.0.0", "description": "Description of the extension", "manifest_version": 2, "icons": { "16": "res\/nextdoor_icon_32.png", "48": "res\/nextdoor_icon_32.png", "128": "res\/nextdoor_icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Nextdoor Pixel Helper", "default_popup": "popup.html", "default_icon": { "19": "res\/nextdoor_icon_32.png", "38": "res\/nextdoor_icon_32.png" } }, "permissions": [ " |