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是由bluemangoessoftwares開發的Chrome擴展程式,該擴展的主要功能是“Kajabi extension to add custom font and icon to pages”。
擴展截圖
下載BMS Kajabi Font And Icon Tool擴展crx文件
下載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 |
官方網址 | 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" ] } |