NationTweaker

Tweaks, fixes, and enhancements for NationBuilder

什麼是NationTweaker?

NationTweaker是由Effy Elden開發的Chrome擴展程式,該擴展的主要功能是“Tweaks, fixes, and enhancements for NationBuilder”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 NationTweaker NationTweaker
ID ijcpabbeffcdlfhgaohljahijgejljhm
官方網址 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"
    ]
}