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
官方URL 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
}