KCSG Tools For Kartra
User interface enhancements for Kartra authors. Not affilated with, endorsed, or supported by Kartra or Genesis Digital.
KCSG Tools For Kartraคืออะไร?
KCSG Tools For Kartra เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kcsgtfk และคุณลักษณะหลักของมันคือ "User interface enhancements for Kartra authors. Not affilated with, endorsed, or supported by Kartra or Genesis Digital."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KCSG Tools For Kartra
ดาวน์โหลดไฟล์ส่วนขยาย KCSG Tools For Kartra ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
KCSG Tools For Kartra (TFK) extension streamlines Kartra author workflow by enhancing the browser-based user interface when working at app.kartra.com. Examples include replacing the generic "Kartra" tab titles with more specific titles to help identify what's in the tab; click-to-edit for headlines and text blocks so you don't have to click the tiny edit button; the ability to use color palette presets in the text editors; set Kartra and custom (non-Kartra) default fonts for the page builder and membership builder; and customize membership colors and other properties. Some features require a license available from https://www.kpowertools.com. Register at https://www.kpowertools.com or join the Facebook group at https://facebook.com/groups/kcsgtfk for release and new feature announcements. Not affiliated with, endorsed, or supported by Kartra, Genesis Digital, or Google.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | KCSG Tools For Kartra |
ID | hoieipnjbkghbcmcaiiakfacmillicbg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kcsg-tools-for-kartra/hoieipnjbkghbcmcaiiakfacmillicbg |
คำอธิบาย | User interface enhancements for Kartra authors. Not affilated with, endorsed, or supported by Kartra or Genesis Digital. |
ขนาดไฟล์ | 354 KB |
จำนวนการติดตั้ง | 970 |
เวอร์ชันปัจจุบัน | 3.1.77 |
อัปเดตครั้งล่าสุด | 2024-03-04 |
วันที่เผยแพร่ | 2020-04-24 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | kcsgtfk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.kpowertools.com |
URL หน้าช่วยเหลือ | https://kcsg.kartra.com/page/kcsg-tfk-support |
URL หน้านโยบายความเป็นส่วนตัว | https://busres.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "type": "module", "service_worker": "background_sw.js" }, "description": "User interface enhancements for Kartra authors. Not affilated with, endorsed, or supported by Kartra or Genesis Digital.", "externally_connectable": { "matches": [ "https:\/\/app.kartra.com\/*", "https:\/\/*.kartradev.com\/*" ] }, "icons": { "16": "tfk-16.png", "32": "tfk-32.png", "48": "tfk-48.png", "64": "tfk-64.png", "128": "tfk-128.png" }, "manifest_version": 3, "name": "KCSG Tools For Kartra", "options_page": "options.html", "action": { "default_icon": { "16": "tfk-16.png", "32": "tfk-32.png", "48": "tfk-48.png", "64": "tfk-64.png", "128": "tfk-128.png" }, "default_popup": "popup.html", "default_title": "KCSG Tools For Kartra" }, "permissions": [ "scripting", "storage", "webNavigation" ], "host_permissions": [ "https:\/\/app.kartra.com\/" ], "optional_host_permissions": [ "https:\/\/*.kartradev.com\/" ], "short_name": "KCSG TFK", "version": "3.1.77", "web_accessible_resources": [ { "resources": [ "feature_loader.js", "font_reviewer.html", "license_viewer.html", "refresh-20x16.png", "select2.min.css", "select2.min.js", "tfk-16.png", "tfk-32.png" ], "matches": [ "https:\/\/app.kartra.com\/*", "https:\/\/*.kartradev.com\/*" ] } ] } |