NationTweaker
Tweaks, fixes, and enhancements for NationBuilder
NationTweaker là gì?
NationTweaker là một tiện ích mở rộng Chrome được phát triển bởi Effy Elden, và tính năng chính của nó là "Tweaks, fixes, and enhancements for NationBuilder".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NationTweaker
Tải xuống các tệp mở rộng NationTweaker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NationTweaker |
ID | ijcpabbeffcdlfhgaohljahijgejljhm |
URL Chính Thức | https://chromewebstore.google.com/detail/nationtweaker/ijcpabbeffcdlfhgaohljahijgejljhm |
Mô tả | Tweaks, fixes, and enhancements for NationBuilder |
Kích Thước Tệp | 26.94 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2016-10-16 |
Ngày Phát Hành | 2016-10-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Effy Elden |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ineffyble.github.io/nationtweaker |
URL Trang Trợ Giúp | https://goo.gl/forms/bMUQLSZA4HU3LBGa2 |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |