nextdoor-extension-helper
Description of the extension
Что такое nextdoor-extension-helper?
nextdoor-extension-helper - это расширение Chrome, разработанное Nextdoor, и его основная функция - "Description of the extension".
Снимки экрана расширения
Скачать файл CRX расширения nextdoor-extension-helper
Скачайте файлы расширений nextdoor-extension-helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | nextdoor-extension-helper |
ID | pdecifmglcpnbfgkddlebbjbmdcokejl |
Официальный URL | https://chromewebstore.google.com/detail/nextdoor-extension-helper/pdecifmglcpnbfgkddlebbjbmdcokejl |
Описание | Description of the extension |
Размер файла | 526 KB |
Количество установок | 1,162 |
Текущая Версия | 2.0.0 |
Последнее Обновление | 2021-06-16 |
Дата публикации | 2020-12-19 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Nextdoor |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://help.nextdoor.com/s/article/privacy-and-safety-on-nextdoor |
Поддерживаемые языки | 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": [ " |