GHL Customizer

Used to add custom design and script to Go High Level

什麼是GHL Customizer?

GHL Customizer是由https://manyextensions.com開發的Chrome擴展程式,該擴展的主要功能是“Used to add custom design and script to Go High Level”。

擴展截圖

screenshot
screenshot
screenshot

下載GHL Customizer擴展crx文件

下載GHL Customizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        change how you locations look and act for your Go high level account.

Make Go high level more personal to your clients.                    

擴展基本資訊

名稱 GHL Customizer GHL Customizer
ID gfnnnbgdialpkmmmmmlhhocmpkjmolok
官方網址 https://chromewebstore.google.com/detail/ghl-customizer/gfnnnbgdialpkmmmmmlhhocmpkjmolok
簡介 Used to add custom design and script to Go High Level
檔案大小 271 KB
安裝次數 200
目前版本 1.0
更新時間 2021-09-11
上架時間 2021-09-11
評分 4.20/5 共 5 次評分
開發者 https://manyextensions.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.manyextension.com
說明頁面URL https://www.manyextension.com/support
隱私政策頁面URL https://www.manyextensions.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GHL Customizer",
    "version": "1.0",
    "description": "Used to add custom design and script to Go High Level",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "identity",
        "https:\/\/rest.gohighlevel.com\/*",
        "https:\/\/app.gohighlevel.com\/*",
        "http:\/\/159.65.213.76:5055\/*",
        "webRequest"
    ],
    "background": {
        "scripts": [
            "background.js",
            "licencing.js",
            "jquery-3.3.1.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/3.png"
        }
    },
    "icons": {
        "128": "images\/3.png"
    },
    "manifest_version": 2
}