NB Custom Field Extension
An extension to add custom field functionality to NB's administrative interface.
Hvad er NB Custom Field Extension?
NB Custom Field Extension er en Chrome-udvidelse udviklet af https://rededge.com, og dens hovedfunktion er "An extension to add custom field functionality to NB's administrative interface.".
Udvidelsesskærmbilleder
Download NB Custom Field Extension-udvidelses-CRX-fil
Download NB Custom Field Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
+ Compatibility with next generation Nationbuilder Control Panel Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kfaamhnapnommnldgngchbgdbhlehodg |
| Officiel URL | https://chromewebstore.google.com/detail/nb-custom-field-extension/kfaamhnapnommnldgngchbgdbhlehodg |
| Beskrivelse | An extension to add custom field functionality to NB's administrative interface. |
| Filstørrelse | 754 KB |
| Antal Installationer | 26 |
| Nuværende Version | 1.7.0 |
| Senest Opdateret | 2019-06-03 |
| Udgivelsesdato | 2019-06-03 |
| Udvikler | https://rededge.com |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/*"
]
} | |