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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://www.manyextension.com/support |
عنوان صفحة سياسة الخصوصية | 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 } |