BMS Kajabi Font And Icon Tool

Kajabi extension to add custom font and icon to pages

What is BMS Kajabi Font And Icon Tool?

BMS Kajabi Font And Icon Tool is a Chrome extension developed by bluemangoessoftwares, and its main feature is "Kajabi extension to add custom font and icon to pages".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download BMS Kajabi Font And Icon Tool Extension CRX File

Download BMS Kajabi Font And Icon Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension is built to increase the productivity on Kajabi platform. It helps users add custom fonts and list icons to their funnel pages.                    

Extension Basic Information

Name BMS Kajabi Font And Icon Tool BMS Kajabi Font And Icon Tool
ID hoolahdlanenpogpninlhdoiimgogmok
Official URL https://chromewebstore.google.com/detail/bms-kajabi-font-and-icon/hoolahdlanenpogpninlhdoiimgogmok
Description Kajabi extension to add custom font and icon to pages
File Size 208 KB
Installation Count 79
Current Version 1.2.1
Last Updated 2022-07-14
Publish Date 2021-12-04
Rating 5.00/5 Total 1 Ratings
Developer bluemangoessoftwares
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}