Zoho Desk UI Themes

UI Themes for Zoho Desk

What is Zoho Desk UI Themes?

Zoho Desk UI Themes is a Chrome extension developed by https://www.ulgebra.com, and its main feature is "UI Themes for Zoho Desk".

Extension Screenshots

screenshot

Download Zoho Desk UI Themes Extension CRX File

Download Zoho Desk UI Themes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Provides Chat Like UI for Zoho Desk

More themes to come in future.

Visit our other apps at
https://apps.ulgebra.com                    

Extension Basic Information

Name Zoho Desk UI Themes Zoho Desk UI Themes
ID bjclionikonpfakginpmhhpicfcbnpbk
Official URL https://chromewebstore.google.com/detail/zoho-desk-ui-themes/bjclionikonpfakginpmhhpicfcbnpbk
Description UI Themes for Zoho Desk
File Size 27.99 KB
Installation Count 147
Current Version 1.0
Last Updated 2020-10-19
Publish Date 2020-10-19
Developer https://www.ulgebra.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://apps.ulgebra.com/privacy-policy
Supported Languages 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
}