nextdoor-extension-helper
Description of the extension
Co to jest nextdoor-extension-helper?
nextdoor-extension-helper to rozszerzenie Chrome opracowane przez Nextdoor, a jego główną funkcją jest „Description of the extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia nextdoor-extension-helper
Pobierz pliki rozszerzeń nextdoor-extension-helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | nextdoor-extension-helper |
ID | pdecifmglcpnbfgkddlebbjbmdcokejl |
Oficjalny URL | https://chromewebstore.google.com/detail/nextdoor-extension-helper/pdecifmglcpnbfgkddlebbjbmdcokejl |
Opis | Description of the extension |
Rozmiar pliku | 526 KB |
Liczba instalacji | 1,162 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2021-06-16 |
Data Publikacji | 2020-12-19 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Nextdoor |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://help.nextdoor.com/s/article/privacy-and-safety-on-nextdoor |
Obsługiwane Języki | 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": [ " |