GHL Customizer

Used to add custom design and script to Go High Level

What is GHL Customizer?

GHL Customizer is a Chrome extension developed by https://manyextensions.com, and its main feature is "Used to add custom design and script to Go High Level".

Extension Screenshots

screenshot
screenshot
screenshot

Download GHL Customizer Extension CRX File

Download GHL Customizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Make Go high level more personal to your clients.                    

Extension Basic Information

Name GHL Customizer GHL Customizer
ID gfnnnbgdialpkmmmmmlhhocmpkjmolok
Official URL https://chromewebstore.google.com/detail/ghl-customizer/gfnnnbgdialpkmmmmmlhhocmpkjmolok
Description Used to add custom design and script to Go High Level
File Size 271 KB
Installation Count 200
Current Version 1.0
Last Updated 2021-09-11
Publish Date 2021-09-11
Rating 4.20/5 Total 5 Ratings
Developer https://manyextensions.com
Email [email protected]
Payment Type free
Extension Website https://www.manyextension.com
Help Page URL https://www.manyextension.com/support
Privacy Policy Page URL https://www.manyextensions.com/privacy-policy
Supported Languages 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
}