NationTweaker
Tweaks, fixes, and enhancements for NationBuilder
Qu'est-ce que NationTweaker ?
NationTweaker est une extension Chrome développée par Effy Elden, et sa fonction principale est "Tweaks, fixes, and enhancements for NationBuilder".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NationTweaker
Téléchargez les fichiers d'extension NationTweaker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
                        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                     Informations de Base sur l'Extension
| Nom |   |  
| ID | ijcpabbeffcdlfhgaohljahijgejljhm | 
| URL Officiel | https://chromewebstore.google.com/detail/nationtweaker/ijcpabbeffcdlfhgaohljahijgejljhm | 
| Description | Tweaks, fixes, and enhancements for NationBuilder | 
| Taille du Fichier | 26.94 KB | 
| Nombre d'Installations | 34 | 
| Version Actuelle | 0.2 | 
| Dernière Mise à Jour | 2016-10-16 | 
| Date de Publication | 2016-10-16 | 
| Évaluation | 5.00/5 Total 1 Évaluations | 
| Développeur | Effy Elden | 
| [email protected] | |
| Type de Paiement | free | 
| Site Web de l'Extension | https://ineffyble.github.io/nationtweaker | 
| URL de la Page d'Aide | https://goo.gl/forms/bMUQLSZA4HU3LBGa2 | 
| Langues Prises en Charge | 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"
    ]
}  |  |