Zoho Desk UI Themes
UI Themes for Zoho Desk
Cos'è Zoho Desk UI Themes?
Zoho Desk UI Themes è un'estensione di Chrome sviluppata da https://www.ulgebra.com, e la sua funzione principale è "UI Themes for Zoho Desk".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zoho Desk UI Themes
Scarica i file di estensione Zoho Desk UI Themes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Provides Chat Like UI for Zoho Desk More themes to come in future. Visit our other apps at https://apps.ulgebra.com
Informazioni di Base sull'Estensione
Nome | Zoho Desk UI Themes |
ID | bjclionikonpfakginpmhhpicfcbnpbk |
URL Ufficiale | https://chromewebstore.google.com/detail/zoho-desk-ui-themes/bjclionikonpfakginpmhhpicfcbnpbk |
Descrizione | UI Themes for Zoho Desk |
Dimensione del File | 27.99 KB |
Conteggio Installazioni | 147 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-10-19 |
Data di Pubblicazione | 2020-10-19 |
Sviluppatore | https://www.ulgebra.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://apps.ulgebra.com/privacy-policy |
Lingue Supportate | 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 } |