NationTweaker
Tweaks, fixes, and enhancements for NationBuilder
NationTweakerคืออะไร?
NationTweaker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Effy Elden และคุณลักษณะหลักของมันคือ "Tweaks, fixes, and enhancements for NationBuilder"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NationTweaker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |