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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 BMS Kajabi Font And Icon Tool
ID hoolahdlanenpogpninlhdoiimgogmok
公式URL 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
Eメール [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"
    ]
}