BMS Kajabi Font And Icon Tool

Kajabi extension to add custom font and icon to pages

Was ist BMS Kajabi Font And Icon Tool?

BMS Kajabi Font And Icon Tool ist eine Chrome-Erweiterung, die von bluemangoessoftwares entwickelt wurde, und ihr Hauptmerkmal ist "Kajabi extension to add custom font and icon to pages".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

BMS Kajabi Font And Icon Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie BMS Kajabi Font And Icon Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name BMS Kajabi Font And Icon Tool BMS Kajabi Font And Icon Tool
ID hoolahdlanenpogpninlhdoiimgogmok
Offizielle URL https://chromewebstore.google.com/detail/bms-kajabi-font-and-icon/hoolahdlanenpogpninlhdoiimgogmok
Beschreibung Kajabi extension to add custom font and icon to pages
Dateigröße 208 KB
Installationsanzahl 79
Aktuelle Version 1.2.1
Letztes Update 2022-07-14
Veröffentlichungsdatum 2021-12-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler bluemangoessoftwares
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}