Zoho Desk UI Themes

UI Themes for Zoho Desk

Что такое Zoho Desk UI Themes?

Zoho Desk UI Themes - это расширение Chrome, разработанное https://www.ulgebra.com, и его основная функция - "UI Themes for Zoho Desk".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Zoho Desk UI Themes

Скачайте файлы расширений 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
}