GHL Customizer
Used to add custom design and script to Go High Level
Hvad er GHL Customizer?
GHL Customizer er en Chrome-udvidelse udviklet af https://manyextensions.com, og dens hovedfunktion er "Used to add custom design and script to Go High Level".
Udvidelsesskærmbilleder
Download GHL Customizer-udvidelses-CRX-fil
Download GHL Customizer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
change how you locations look and act for your Go high level account. Make Go high level more personal to your clients.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gfnnnbgdialpkmmmmmlhhocmpkjmolok |
Officiel URL | https://chromewebstore.google.com/detail/ghl-customizer/gfnnnbgdialpkmmmmmlhhocmpkjmolok |
Beskrivelse | Used to add custom design and script to Go High Level |
Filstørrelse | 271 KB |
Antal Installationer | 200 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-09-11 |
Udgivelsesdato | 2021-09-11 |
Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
Udvikler | https://manyextensions.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.manyextension.com |
Hjælpeside-URL | https://www.manyextension.com/support |
URL til Fortrolighedspolitik Side | https://www.manyextensions.com/privacy-policy |
Understøttede Sprog | 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 } |