BMS Kajabi Font And Icon Tool

Kajabi extension to add custom font and icon to pages

Wat is BMS Kajabi Font And Icon Tool?

BMS Kajabi Font And Icon Tool is een Chrome-extensie ontwikkeld door bluemangoessoftwares, en de belangrijkste functie is "Kajabi extension to add custom font and icon to pages".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie BMS Kajabi Font And Icon Tool

Download BMS Kajabi Font And Icon Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam BMS Kajabi Font And Icon Tool BMS Kajabi Font And Icon Tool
ID hoolahdlanenpogpninlhdoiimgogmok
Officiële URL https://chromewebstore.google.com/detail/bms-kajabi-font-and-icon/hoolahdlanenpogpninlhdoiimgogmok
Beschrijving Kajabi extension to add custom font and icon to pages
Bestandsgrootte 208 KB
Aantal Installaties 79
Huidige Versie 1.2.1
Laatst Bijgewerkt 2022-07-14
Publicatiedatum 2021-12-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar bluemangoessoftwares
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}