GHL Customizer
Used to add custom design and script to Go High Level
Vad är GHL Customizer?
GHL Customizer är en Chrome-tillägg utvecklad av https://manyextensions.com, och dess huvudfunktion är "Used to add custom design and script to Go High Level".
Tilläggsskärmbilder
Ladda ner GHL Customizer-förlängningens CRX-fil
Ladda ner GHL Customizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
change how you locations look and act for your Go high level account. Make Go high level more personal to your clients.
Grundläggande Information om Tillägg
Namn | |
ID | gfnnnbgdialpkmmmmmlhhocmpkjmolok |
Officiell webbadress | https://chromewebstore.google.com/detail/ghl-customizer/gfnnnbgdialpkmmmmmlhhocmpkjmolok |
Beskrivning | Used to add custom design and script to Go High Level |
Filstorlek | 271 KB |
Antal Installationer | 200 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-09-11 |
Publiceringsdatum | 2021-09-11 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | https://manyextensions.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.manyextension.com |
Hjälpsida URL | https://www.manyextension.com/support |
URL till Sekretesspolicy Sidan | https://www.manyextensions.com/privacy-policy |
Stödda Språk | 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 } |