BMS Kajabi Font And Icon Tool
Kajabi extension to add custom font and icon to pages
BMS Kajabi Font And Icon Tool là gì?
BMS Kajabi Font And Icon Tool là một tiện ích mở rộng Chrome được phát triển bởi bluemangoessoftwares, và tính năng chính của nó là "Kajabi extension to add custom font and icon to pages".
Ả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 BMS Kajabi Font And Icon Tool
Tải xuống các tệp mở rộng BMS Kajabi Font And Icon Tool 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
This extension is built to increase the productivity on Kajabi platform. It helps users add custom fonts and list icons to their funnel pages.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BMS Kajabi Font And Icon Tool |
ID | hoolahdlanenpogpninlhdoiimgogmok |
URL Chính Thức | https://chromewebstore.google.com/detail/bms-kajabi-font-and-icon/hoolahdlanenpogpninlhdoiimgogmok |
Mô tả | Kajabi extension to add custom font and icon to pages |
Kích Thước Tệp | 208 KB |
Số Lần Cài Đặt | 79 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2022-07-14 |
Ngày Phát Hành | 2021-12-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | bluemangoessoftwares |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |