BMS Kajabi Font And Icon Tool
Kajabi extension to add custom font and icon to pages
BMS Kajabi Font And Icon Toolคืออะไร?
BMS Kajabi Font And Icon Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bluemangoessoftwares และคุณลักษณะหลักของมันคือ "Kajabi extension to add custom font and icon to pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BMS Kajabi Font And Icon Tool
ดาวน์โหลดไฟล์ส่วนขยาย BMS Kajabi Font And Icon Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is built to increase the productivity on Kajabi platform. It helps users add custom fonts and list icons to their funnel pages.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BMS Kajabi Font And Icon Tool |
ID | hoolahdlanenpogpninlhdoiimgogmok |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bms-kajabi-font-and-icon/hoolahdlanenpogpninlhdoiimgogmok |
คำอธิบาย | Kajabi extension to add custom font and icon to pages |
ขนาดไฟล์ | 208 KB |
จำนวนการติดตั้ง | 79 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2022-07-14 |
วันที่เผยแพร่ | 2021-12-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | bluemangoessoftwares |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BMS Kajabi Font And Icon Tool", "version": "1.2.1", "description": "Kajabi extension to add custom font and icon to pages", "icons": { "16": ".\/asset\/bms.png", "48": ".\/asset\/bms.png", "128": ".\/asset\/bms.png" }, "background": { "service_worker": "service_worker.js" }, "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/app.kajabi.com\/admin\/themes\/*", "https:\/\/*\/*?preview_theme_id=*" ], "js": [ ".\/lib\/js\/jquery.js", ".\/lib\/js\/jquery-ui.js", ".\/src\/util\/constant.js", ".\/src\/util\/detectChanges.js", ".\/src\/util\/checkFontAndIconExist.js", ".\/src\/util\/customCssNavigate.js", ".\/src\/util\/pasteValueToEditor.js", ".\/src\/util\/chrome.js", ".\/src\/util\/random.js", ".\/src\/util\/form.js", ".\/src\/content\/js\/content.js", ".\/src\/content\/js\/customCss.js", ".\/src\/content\/js\/font.js", ".\/src\/content\/js\/elementId.js", ".\/src\/content\/js\/icon.js", ".\/src\/content\/js\/others.js" ], "css": [ ".\/lib\/css\/jquery.css", ".\/src\/content\/css\/content.css" ] } ], "action": { "default_popup": ".\/src\/popup\/popup.html" }, "permissions": [ "storage" ] } |