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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Zoho Desk UI Themes
قم بتنزيل ملفات الامتداد Zoho Desk UI Themes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة سياسة الخصوصية | 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 } |