NB Custom Field Extension
An extension to add custom field functionality to NB's administrative interface.
Wat is NB Custom Field Extension?
NB Custom Field Extension is een Chrome-extensie ontwikkeld door https://rededge.com, en de belangrijkste functie is "An extension to add custom field functionality to NB's administrative interface.".
Extensie Screenshots
Download het CRX-bestand van de extensie NB Custom Field Extension
Download NB Custom Field Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        + Compatibility with next generation Nationbuilder Control Panel                     Basisinformatie over de Extensie
| Naam |   |  
| ID | kfaamhnapnommnldgngchbgdbhlehodg | 
| Officiële URL | https://chromewebstore.google.com/detail/nb-custom-field-extension/kfaamhnapnommnldgngchbgdbhlehodg | 
| Beschrijving | An extension to add custom field functionality to NB's administrative interface. | 
| Bestandsgrootte | 754 KB | 
| Aantal Installaties | 26 | 
| Huidige Versie | 1.7.0 | 
| Laatst Bijgewerkt | 2019-06-03 | 
| Publicatiedatum | 2019-06-03 | 
| Ontwikkelaar | https://rededge.com | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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\/*"
    ]
}  |  |