NB Custom Field Extension

An extension to add custom field functionality to NB's administrative interface.

What is NB Custom Field Extension?

NB Custom Field Extension is a Chrome extension developed by https://rededge.com, and its main feature is "An extension to add custom field functionality to NB's administrative interface.".

Extension Screenshots

screenshot

Download NB Custom Field Extension Extension CRX File

Download NB Custom Field Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        + Compatibility with next generation Nationbuilder Control Panel                    

Extension Basic Information

Name NB Custom Field Extension NB Custom Field Extension
ID kfaamhnapnommnldgngchbgdbhlehodg
Official URL https://chromewebstore.google.com/detail/nb-custom-field-extension/kfaamhnapnommnldgngchbgdbhlehodg
Description An extension to add custom field functionality to NB's administrative interface.
File Size 754 KB
Installation Count 26
Current Version 1.7.0
Last Updated 2019-06-03
Publish Date 2019-06-03
Developer https://rededge.com
Payment Type free
Supported Languages 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\/*"
    ]
}