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”。

扩展截图

screenshot

下载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 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
电子邮箱 [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
}