GHL Customizer
Used to add custom design and script to Go High Level
GHL Customizerとは何ですか?
GHL Customizerはhttps://manyextensions.comによって開発されたChromeの拡張機能で、その主な機能は「Used to add custom design and script to Go High Level」です。
拡張機能のスクリーンショット
GHL Customizer拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } |