Zoho Desk UI Themes

UI Themes for Zoho Desk

Co to jest Zoho Desk UI Themes?

Zoho Desk UI Themes to rozszerzenie Chrome opracowane przez https://www.ulgebra.com, a jego główną funkcją jest „UI Themes for Zoho Desk”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Zoho Desk UI Themes

Pobierz pliki rozszerzeń Zoho Desk UI Themes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Provides Chat Like UI for Zoho Desk

More themes to come in future.

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

Podstawowe informacje o rozszerzeniu

Nazwa Zoho Desk UI Themes Zoho Desk UI Themes
ID bjclionikonpfakginpmhhpicfcbnpbk
Oficjalny URL https://chromewebstore.google.com/detail/zoho-desk-ui-themes/bjclionikonpfakginpmhhpicfcbnpbk
Opis UI Themes for Zoho Desk
Rozmiar pliku 27.99 KB
Liczba instalacji 147
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-10-19
Data Publikacji 2020-10-19
Deweloper https://www.ulgebra.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://apps.ulgebra.com/privacy-policy
Obsługiwane Języki 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
}