Zoho Desk UI Themes
UI Themes for Zoho Desk
Vad är Zoho Desk UI Themes?
Zoho Desk UI Themes är en Chrome-tillägg utvecklad av https://www.ulgebra.com, och dess huvudfunktion är "UI Themes for Zoho Desk".
Tilläggsskärmbilder
Ladda ner Zoho Desk UI Themes-förlängningens CRX-fil
Ladda ner Zoho Desk UI Themes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Provides Chat Like UI for Zoho Desk
More themes to come in future.
Visit our other apps at
https://apps.ulgebra.com Grundläggande Information om Tillägg
| Namn | |
| ID | bjclionikonpfakginpmhhpicfcbnpbk |
| Officiell webbadress | https://chromewebstore.google.com/detail/zoho-desk-ui-themes/bjclionikonpfakginpmhhpicfcbnpbk |
| Beskrivning | UI Themes for Zoho Desk |
| Filstorlek | 27.99 KB |
| Antal Installationer | 147 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2020-10-19 |
| Publiceringsdatum | 2020-10-19 |
| Utvecklare | https://www.ulgebra.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://apps.ulgebra.com/privacy-policy |
| Stödda Språk | 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
} | |