BMS Kajabi Font And Icon Tool
Kajabi extension to add custom font and icon to pages
Qu'est-ce que BMS Kajabi Font And Icon Tool ?
BMS Kajabi Font And Icon Tool est une extension Chrome développée par bluemangoessoftwares, et sa fonction principale est "Kajabi extension to add custom font and icon to pages".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BMS Kajabi Font And Icon Tool
Téléchargez les fichiers d'extension BMS Kajabi Font And Icon Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension is built to increase the productivity on Kajabi platform. It helps users add custom fonts and list icons to their funnel pages.
Informations de Base sur l'Extension
Nom | BMS Kajabi Font And Icon Tool |
ID | hoolahdlanenpogpninlhdoiimgogmok |
URL Officiel | https://chromewebstore.google.com/detail/bms-kajabi-font-and-icon/hoolahdlanenpogpninlhdoiimgogmok |
Description | Kajabi extension to add custom font and icon to pages |
Taille du Fichier | 208 KB |
Nombre d'Installations | 79 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2022-07-14 |
Date de Publication | 2021-12-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | bluemangoessoftwares |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |