GHL Customizer
Used to add custom design and script to Go High Level
Co to jest GHL Customizer?
GHL Customizer to rozszerzenie Chrome opracowane przez https://manyextensions.com, a jego główną funkcją jest „Used to add custom design and script to Go High Level”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GHL Customizer
Pobierz pliki rozszerzeń GHL Customizer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
change how you locations look and act for your Go high level account. Make Go high level more personal to your clients.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gfnnnbgdialpkmmmmmlhhocmpkjmolok |
Oficjalny URL | https://chromewebstore.google.com/detail/ghl-customizer/gfnnnbgdialpkmmmmmlhhocmpkjmolok |
Opis | Used to add custom design and script to Go High Level |
Rozmiar pliku | 271 KB |
Liczba instalacji | 200 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-09-11 |
Data Publikacji | 2021-09-11 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | https://manyextensions.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.manyextension.com |
Adres URL Strony Pomocy | https://www.manyextension.com/support |
Adres URL Strony Polityki Prywatności | https://www.manyextensions.com/privacy-policy |
Obsługiwane Języki | 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 } |