NationTweaker

Tweaks, fixes, and enhancements for NationBuilder

O que é NationTweaker?

NationTweaker é uma extensão do Chrome desenvolvida por Effy Elden, e sua principal característica é "Tweaks, fixes, and enhancements for NationBuilder".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NationTweaker

Baixe arquivos de extensão NationTweaker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome NationTweaker NationTweaker
ID ijcpabbeffcdlfhgaohljahijgejljhm
URL Oficial https://chromewebstore.google.com/detail/nationtweaker/ijcpabbeffcdlfhgaohljahijgejljhm
Descrição Tweaks, fixes, and enhancements for NationBuilder
Tamanho do Arquivo 26.94 KB
Contagem de Instalações 34
Versão Atual 0.2
Última Atualização 2016-10-16
Data de Publicação 2016-10-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Effy Elden
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ineffyble.github.io/nationtweaker
URL da Página de Ajuda https://goo.gl/forms/bMUQLSZA4HU3LBGa2
Idiomas Suportados 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"
    ]
}