nextdoor-extension-helper
Description of the extension
What is nextdoor-extension-helper?
nextdoor-extension-helper is a Chrome extension developed by Nextdoor, and its main feature is "Description of the extension".
Extension Screenshots
Download nextdoor-extension-helper Extension CRX File
Download nextdoor-extension-helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | nextdoor-extension-helper |
ID | pdecifmglcpnbfgkddlebbjbmdcokejl |
Official URL | https://chromewebstore.google.com/detail/nextdoor-extension-helper/pdecifmglcpnbfgkddlebbjbmdcokejl |
Description | Description of the extension |
File Size | 526 KB |
Installation Count | 1,162 |
Current Version | 2.0.0 |
Last Updated | 2021-06-16 |
Publish Date | 2020-12-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Nextdoor |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://help.nextdoor.com/s/article/privacy-and-safety-on-nextdoor |
Supported Languages | 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": [ " |