NationTweaker
Tweaks, fixes, and enhancements for NationBuilder
NationTweakerとは何ですか?
NationTweakerはEffy Eldenによって開発されたChromeの拡張機能で、その主な機能は「Tweaks, fixes, and enhancements for NationBuilder」です。
拡張機能のスクリーンショット
NationTweaker拡張機能のCRXファイルをダウンロード
NationTweaker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    ]
}  |  |