NationTweaker

Tweaks, fixes, and enhancements for NationBuilder

NationTweaker란 무엇입니까?

NationTweaker은(는) Effy Elden에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tweaks, fixes, and enhancements for NationBuilder"입니다.

확장 프로그램 스크린샷

screenshot

NationTweaker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}