Salesforce Dark Theme
Experience Salesforce ecosystem in dark mode!
ما هو Salesforce Dark Theme؟
Salesforce Dark Theme هو إضافة Chrome تم تطويرها بواسطة https://salesforceblue.com، والميزة الرئيسية لها هي "Experience Salesforce ecosystem in dark mode!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Salesforce Dark Theme
قم بتنزيل ملفات الامتداد Salesforce Dark Theme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Do you have a decent screen time while working on Salesforce? If yes, you can use Salesforce Dark Theme specially curated to give you a vivid dark mode experience across multiple Salesforce products with just one click ensuring you a strain free eyes and increased productivity. Salesforce Dark Theme Supports The Following: ✅ Lightning Experience ✅ Classic Experience ✅ Trailhead ✅ Developer Docs ✅ Component Reference Library ✅ Lightning Design System Library ✅ Knowledge Articles ✅ Discussion Forums
معلومات أساسية عن التمديد
الاسم | Salesforce Dark Theme |
ID | ljakpkpdcahaniompbhpabnaafelhdol |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/salesforce-dark-theme/ljakpkpdcahaniompbhpabnaafelhdol |
الوصف | Experience Salesforce ecosystem in dark mode! |
حجم الملف | 223 KB |
عدد التثبيتات | 13,579 |
النسخة الحالية | 1.1.7 |
آخر تحديث | 2023-11-08 |
تاريخ النشر | 2022-09-25 |
تقييم | 4.42/5 مجموع تقييمات 24 |
المطور | https://salesforceblue.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://salesforceblue.com/salesforce-dark-theme |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Dark Theme", "manifest_version": 3, "version": "1.1.7", "description": "Experience Salesforce ecosystem in dark mode!", "permissions": [ "storage" ], "homepage_url": "https:\/\/salesforceblue.com\/salesforce-dark-theme", "action": { "default_icon": { "16": "icons\/logo16.png", "24": "icons\/logo24.png", "32": "icons\/logo32.png" }, "default_popup": "popup.html" }, "icons": { "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*", "https:\/\/www.lightningdesignsystem.com\/*" ], "js": [ "jquery.js", "mymain.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "\/css\/*.css" ], "matches": [ "https:\/\/*\/*" ] } ] } |