GHL Customizer
Used to add custom design and script to Go High Level
Apa itu GHL Customizer?
GHL Customizer adalah ekstensi Chrome yang dikembangkan oleh https://manyextensions.com, dan fitur utamanya adalah "Used to add custom design and script to Go High Level".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GHL Customizer
Unduh file ekstensi GHL Customizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
change how you locations look and act for your Go high level account. Make Go high level more personal to your clients.
Informasi Dasar Ekstensi
Nama | |
ID | gfnnnbgdialpkmmmmmlhhocmpkjmolok |
URL Resmi | https://chromewebstore.google.com/detail/ghl-customizer/gfnnnbgdialpkmmmmmlhhocmpkjmolok |
Deskripsi | Used to add custom design and script to Go High Level |
Ukuran File | 271 KB |
Jumlah Instalasi | 200 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-09-11 |
Tanggal Publikasi | 2021-09-11 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | https://manyextensions.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.manyextension.com |
URL Halaman Bantuan | https://www.manyextension.com/support |
URL Halaman Kebijakan Privasi | https://www.manyextensions.com/privacy-policy |
Bahasa yang Didukung | 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 } |