GHL Customizer
Used to add custom design and script to Go High Level
GHL Customizerคืออะไร?
GHL Customizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://manyextensions.com และคุณลักษณะหลักของมันคือ "Used to add custom design and script to Go High Level"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GHL Customizer
ดาวน์โหลดไฟล์ส่วนขยาย GHL Customizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
change how you locations look and act for your Go high level account. Make Go high level more personal to your clients.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gfnnnbgdialpkmmmmmlhhocmpkjmolok |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ghl-customizer/gfnnnbgdialpkmmmmmlhhocmpkjmolok |
คำอธิบาย | Used to add custom design and script to Go High Level |
ขนาดไฟล์ | 271 KB |
จำนวนการติดตั้ง | 200 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-09-11 |
วันที่เผยแพร่ | 2021-09-11 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://manyextensions.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.manyextension.com |
URL หน้าช่วยเหลือ | https://www.manyextension.com/support |
URL หน้านโยบายความเป็นส่วนตัว | https://www.manyextensions.com/privacy-policy |
ภาษาที่รองรับ | 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 } |