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 |
官方網址 | 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 |
電子郵箱 | [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 } |