NB Custom Field Extension
An extension to add custom field functionality to NB's administrative interface.
Was ist NB Custom Field Extension?
NB Custom Field Extension ist eine Chrome-Erweiterung, die von https://rededge.com entwickelt wurde, und ihr Hauptmerkmal ist "An extension to add custom field functionality to NB's administrative interface.".
Erweiterungsscreenshots
NB Custom Field Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie NB Custom Field Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
+ Compatibility with next generation Nationbuilder Control Panel Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kfaamhnapnommnldgngchbgdbhlehodg |
| Offizielle URL | https://chromewebstore.google.com/detail/nb-custom-field-extension/kfaamhnapnommnldgngchbgdbhlehodg |
| Beschreibung | An extension to add custom field functionality to NB's administrative interface. |
| Dateigröße | 754 KB |
| Installationsanzahl | 26 |
| Aktuelle Version | 1.7.0 |
| Letztes Update | 2019-06-03 |
| Veröffentlichungsdatum | 2019-06-03 |
| Entwickler | https://rededge.com |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |