Force Salesforce Classic (No lightning)
When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…
ما هو Force Salesforce Classic (No lightning)؟
Force Salesforce Classic (No lightning) هو إضافة Chrome تم تطويرها بواسطة leothelocust، والميزة الرئيسية لها هي "When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Force Salesforce Classic (No lightning)
قم بتنزيل ملفات الامتداد Force Salesforce Classic (No lightning) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the same page redirection as if you were to click "Switch to Salesforce Classic" in your Salesforce organization. This extension is not associated with Salesforce in anyway. I created this extension out of my own desire to use "classic" and I had colleagues that shared in my dislike for the slow and bloated "Lightning Experience". So here it is. A very simple page redirection to automatically switch to classic.
معلومات أساسية عن التمديد
الاسم | Force Salesforce Classic (No lightning) |
ID | fonaaeniiegfgjomphdcklenikidildi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/force-salesforce-classic/fonaaeniiegfgjomphdcklenikidildi |
الوصف | When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the… |
حجم الملف | 73.9 KB |
عدد التثبيتات | 143 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2019-04-01 |
تاريخ النشر | 2019-04-01 |
تقييم | 4.33/5 مجموع تقييمات 3 |
المطور | leothelocust |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Force Salesforce Classic (No lightning)", "version": "1.0.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.lightning.force.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } } |