nextdoor-extension-helper
Description of the extension
nextdoor-extension-helper란 무엇입니까?
nextdoor-extension-helper은(는) Nextdoor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Description of the extension"입니다.
확장 프로그램 스크린샷
nextdoor-extension-helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |