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文件
下載NB Custom Field Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
+ Compatibility with next generation Nationbuilder Control Panel 擴展基本資訊
| 名稱 | |
| ID | kfaamhnapnommnldgngchbgdbhlehodg |
| 官方網址 | 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\/*"
]
} | |