Zoho Desk UI Themes
UI Themes for Zoho Desk
Zoho Desk UI Themesとは何ですか?
Zoho Desk UI Themesはhttps://www.ulgebra.comによって開発されたChromeの拡張機能で、その主な機能は「UI Themes for Zoho Desk」です。
拡張機能のスクリーンショット
Zoho Desk UI Themes拡張機能のCRXファイルをダウンロード
Zoho Desk UI Themes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provides Chat Like UI for Zoho Desk More themes to come in future. Visit our other apps at https://apps.ulgebra.com
拡張機能の基本情報
名前 | Zoho Desk UI Themes |
ID | bjclionikonpfakginpmhhpicfcbnpbk |
公式URL | https://chromewebstore.google.com/detail/zoho-desk-ui-themes/bjclionikonpfakginpmhhpicfcbnpbk |
説明 | UI Themes for Zoho Desk |
ファイルサイズ | 27.99 KB |
インストール数 | 147 |
現在のバージョン | 1.0 |
最終更新日 | 2020-10-19 |
公開日 | 2020-10-19 |
開発者 | https://www.ulgebra.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://apps.ulgebra.com/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zoho Desk UI Themes", "version": "1.0", "description": "UI Themes for Zoho Desk", "permissions": [ "https:\/\/desk.zoho.com\/" ], "options_page": "popup.html", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/desk.zoho.com\/*" ], "js": [ "contentScript.js" ] } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 2 } |