NationTweaker

Tweaks, fixes, and enhancements for NationBuilder

NationTweaker क्या है?

NationTweaker Effy Elden द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tweaks, fixes, and enhancements for NationBuilder"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NationTweaker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        NationTweaker provides tweaks, fixes, and enhancements for the NationBuilder campaign platform, to help your campaign smarter.

Current tweaks you can use:
* Enable email re-opt-in 
* Sort people tags alphabetically
* Fix attendees link on event dashboard
* Make page tags link to page tag view
* Hide social capital
* Allow removal of point person from volunteers
* Make path names on person view clickable
* Uncheck 'add to top nav' by default on new pages

New tweaks added this version:
* Enlarge email preview to full-width
* Enlarge email composer window
* Enlarge code editor window
* Fix bug where clicking on people in second+ page of results breaks their activity stream
* Hide US states from filter options

More tweaks, fixes, and improvements coming soon.

Find out more or contribute: https://ineffyble.github.io/nationtweaker                    

एक्सटेंशन की मूल जानकारी

नाम NationTweaker NationTweaker
ID ijcpabbeffcdlfhgaohljahijgejljhm
आधिकारिक URL https://chromewebstore.google.com/detail/nationtweaker/ijcpabbeffcdlfhgaohljahijgejljhm
विवरण Tweaks, fixes, and enhancements for NationBuilder
फ़ाइल का आकार 26.94 KB
स्थापना संख्या 34
वर्तमान संस्करण 0.2
अंतिम अपडेट 2016-10-16
प्रकाशन तिथि 2016-10-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Effy Elden
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ineffyble.github.io/nationtweaker
सहायता पृष्ठ URL https://goo.gl/forms/bMUQLSZA4HU3LBGa2
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NationTweaker",
    "version": "0.2",
    "description": "Tweaks, fixes, and enhancements for NationBuilder",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.nationbuilder.com\/*"
            ],
            "js": [
                "nationtweaker.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "nationtweaker_settings.html"
    },
    "web_accessible_resources": [
        "nationtweaker_settings.html",
        "css\/*.css"
    ]
}