GHL Customizer
Used to add custom design and script to Go High Level
Qu'est-ce que GHL Customizer ?
GHL Customizer est une extension Chrome développée par https://manyextensions.com, et sa fonction principale est "Used to add custom design and script to Go High Level".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GHL Customizer
Téléchargez les fichiers d'extension GHL Customizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
change how you locations look and act for your Go high level account. Make Go high level more personal to your clients.
Informations de Base sur l'Extension
Nom | |
ID | gfnnnbgdialpkmmmmmlhhocmpkjmolok |
URL Officiel | https://chromewebstore.google.com/detail/ghl-customizer/gfnnnbgdialpkmmmmmlhhocmpkjmolok |
Description | Used to add custom design and script to Go High Level |
Taille du Fichier | 271 KB |
Nombre d'Installations | 200 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-09-11 |
Date de Publication | 2021-09-11 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | https://manyextensions.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.manyextension.com |
URL de la Page d'Aide | https://www.manyextension.com/support |
URL de la Page de Politique de Confidentialité | https://www.manyextensions.com/privacy-policy |
Langues Prises en Charge | 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 } |