NB Custom Field Extension
An extension to add custom field functionality to NB's administrative interface.
NB Custom Field Extension란 무엇입니까?
NB Custom Field Extension은(는) https://rededge.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to add custom field functionality to NB's administrative interface."입니다.
확장 프로그램 스크린샷
NB Custom Field Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
+ Compatibility with next generation Nationbuilder Control Panel
확장 프로그램 기본 정보
이름 | NB Custom Field Extension |
ID | kfaamhnapnommnldgngchbgdbhlehodg |
공식 URL | https://chromewebstore.google.com/detail/nb-custom-field-extension/kfaamhnapnommnldgngchbgdbhlehodg |
설명 | An extension to add custom field functionality to NB's administrative interface. |
파일 크기 | 754 KB |
설치 횟수 | 26 |
현재 버전 | 1.7.0 |
최근 업데이트 | 2019-06-03 |
출시 날짜 | 2019-06-03 |
개발자 | https://rededge.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NB Custom Field Extension", "description": "An extension to add custom field functionality to NB's administrative interface.", "version": "1.7.0", "icons": { "16": "img\/favicon.png", "48": "img\/logo-sm.png", "128": "img\/logo.png" }, "permissions": [ "storage", "*:\/\/*.nationbuilder.com\/*", "*:\/\/*.nbstaging.net\/*", "*:\/\/*.rededge.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.nationbuilder.com\/*", "*:\/\/*.nbstaging.net\/*" ], "js": [ "js\/jquery.min.js", "js\/jquery-ui.min.js", "js\/validator.min.js", "js\/moment.js", "js\/pikaday.js", "js\/tinymce\/tinymce.min.js", "js\/tinymce\/plugins\/textcolor\/plugin.min.js", "js\/tinymce\/themes\/modern\/theme.min.js", "js\/fine-uploader\/fine-uploader.js", "js\/script.js" ], "css": [ "css\/theme.css", "css\/pikaday.css", "js\/tinymce\/skins\/lightgray\/skin.min.css", "css\/jquery-ui.theme.css", "js\/fine-uploader\/fine-uploader-new.min.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/jquery.min.map", "js\/tinymce\/*", "js\/fine-uploader\/*" ] } |