GHL Customizer
Used to add custom design and script to Go High Level
Wat is GHL Customizer?
GHL Customizer is een Chrome-extensie ontwikkeld door https://manyextensions.com, en de belangrijkste functie is "Used to add custom design and script to Go High Level".
Extensie Screenshots
Download het CRX-bestand van de extensie GHL Customizer
Download GHL Customizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
change how you locations look and act for your Go high level account. Make Go high level more personal to your clients.
Basisinformatie over de Extensie
Naam | |
ID | gfnnnbgdialpkmmmmmlhhocmpkjmolok |
Officiële URL | https://chromewebstore.google.com/detail/ghl-customizer/gfnnnbgdialpkmmmmmlhhocmpkjmolok |
Beschrijving | Used to add custom design and script to Go High Level |
Bestandsgrootte | 271 KB |
Aantal Installaties | 200 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-09-11 |
Publicatiedatum | 2021-09-11 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://manyextensions.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.manyextension.com |
Help Pagina-URL | https://www.manyextension.com/support |
URL van de Privacybeleid Pagina | https://www.manyextensions.com/privacy-policy |
Ondersteunde Talen | 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 } |