BMS Kajabi Checkout Pro
Kajabi extension for customizing a Kajabi Offer Checkout Page
BMS Kajabi Checkout Proคืออะไร?
BMS Kajabi Checkout Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bluemangoessoftwares และคุณลักษณะหลักของมันคือ "Kajabi extension for customizing a Kajabi Offer Checkout Page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BMS Kajabi Checkout Pro
ดาวน์โหลดไฟล์ส่วนขยาย BMS Kajabi Checkout Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create killer Kajabi checkout pages that boost your sale. BMS Kajabi Checkout Pro is a drag and drop tool that lets you fully customize your Kajabi Checkout Page and give a fresh look with all your branding images and colors. Edit the colors, borders, size, and text to make it just the way you want. Add order bump styling and make your form into a multistep form. Add customizable templates to your checkout page with a single click. Add color and font with ease. Choose from a wide range of templates. What you get: - Change the page color, form color, form position and make it mobile responsive to improve user experience. - Add your product name and description to your checkout form to reflect your brand and your target audience. - Customize border styling and shadow styling to give it a modern look. - And payment security badges to establish trust and give customers peace of mind during checkout. - Add styling and logo to your form fields to give your form the style it needs. - Custom style your order bump to add more value to your product - Convert your long form into a multistep form to create an easy user experience and increase conversion - Add styling to your testimonials to match your branding - Add pre-made customizable templates to your page with a single click All right inside the BMS Kajabi Checkout Pro. To get started checkout this video for a complete walkthrough https://youtu.be/MOIb8mu90eA
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BMS Kajabi Checkout Pro |
ID | obodgjjilfhomhohafebibgjkmccmabf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bms-kajabi-checkout-pro/obodgjjilfhomhohafebibgjkmccmabf |
คำอธิบาย | Kajabi extension for customizing a Kajabi Offer Checkout Page |
ขนาดไฟล์ | 396 KB |
จำนวนการติดตั้ง | 275 |
เวอร์ชันปัจจุบัน | 1.2.7 |
อัปเดตครั้งล่าสุด | 2023-10-17 |
วันที่เผยแพร่ | 2022-02-21 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | bluemangoessoftwares |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bluemangoessoftwares.com/kajabi-checkout-editor/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BMS Kajabi Checkout Pro", "version": "1.2.7", "description": "Kajabi extension for customizing a Kajabi Offer Checkout Page", "icons": { "16": ".\/asset\/bms.png", "48": ".\/asset\/bms.png", "128": ".\/asset\/bms.png" }, "background": { "service_worker": "bg.js" }, "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*\/offers\/*?preview=true*" ], "js": [ ".\/lib\/js\/jquery.js", ".\/lib\/js\/jquery-ui.js", ".\/lib\/js\/dan.js", ".\/lib\/js\/slick.js", ".\/lib\/js\/css.js", ".\/lib\/js\/colorPicker.js", ".\/src\/util\/constant.js", ".\/src\/util\/chrome.js", ".\/src\/util\/random.js", ".\/src\/util\/svg.js", ".\/src\/util\/helper.js", ".\/src\/content\/js\/editor.js", ".\/src\/content\/js\/editor2.js", ".\/src\/content\/js\/authentication.js", ".\/src\/content\/js\/page.js", ".\/src\/content\/js\/code\/customCss.js", ".\/src\/content\/js\/code\/customScript.js", ".\/src\/content\/js\/component\/overlay.js", ".\/src\/content\/js\/component\/inputText.js", ".\/src\/content\/js\/component\/inputSelect.js", ".\/src\/content\/js\/component\/inputColor.js", ".\/src\/content\/js\/editorInput.js", ".\/src\/content\/js\/component\/group.js", ".\/src\/content\/js\/checkoutPlot.js", ".\/src\/content\/js\/checkoutHeader.js", ".\/src\/content\/js\/inputLabel.js", ".\/src\/content\/js\/inputLogo.js", ".\/src\/content\/js\/checkoutShadow.js", ".\/src\/content\/js\/checkoutBorder.js", ".\/src\/content\/js\/checkoutImage.js", ".\/src\/content\/js\/orderBump.js", ".\/src\/content\/js\/formStep.js", ".\/src\/content\/js\/testimonial.js", ".\/src\/content\/js\/textContent.js", ".\/src\/content\/js\/banner.js", ".\/src\/content\/js\/buttonText.js", ".\/src\/content\/js\/pageFont.js", ".\/src\/content\/js\/codeCopy.js", ".\/src\/content\/js\/template\/templateData.js", ".\/src\/content\/js\/template\/templateSelector.js", ".\/src\/content\/js\/template\/templateListener.js", ".\/src\/content\/js\/template\/template.js", ".\/src\/content\/js\/content.js" ], "css": [ ".\/lib\/css\/jquery.css", ".\/lib\/css\/dan.css", ".\/lib\/css\/fa.css", ".\/lib\/css\/slick.css", ".\/src\/content\/css\/content.css" ] }, { "matches": [ "https:\/\/app.kajabi.com\/admin\/settings\/account" ], "js": [ ".\/lib\/js\/jquery.js", ".\/src\/util\/constant.js", ".\/src\/content\/js\/kajabiAccount.js" ] }, { "matches": [ "https:\/\/app.kajabi.com\/admin\/sites\/*\/edit\/checkout-settings" ], "js": [ ".\/lib\/js\/jquery.js", ".\/src\/util\/constant.js", ".\/src\/util\/chrome.js", ".\/src\/content\/js\/checkoutSetting.js" ] } ], "action": { "default_title": "BMS Kajabi Checkout Pro" }, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ ".\/src\/content\/js\/a.js" ], "matches": [ " |