Better Lists for Salesforce®
Improves the way you use list views
ما هو Better Lists for Salesforce®؟
Better Lists for Salesforce® هو إضافة Chrome تم تطويرها بواسطة https://betterlists.net، والميزة الرئيسية لها هي "Improves the way you use list views".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better Lists for Salesforce®
قم بتنزيل ملفات الامتداد Better Lists for Salesforce® بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Better Lists for Salesforce® allows you to set conditional formatting on Salesforce Lightning list views by right-clicking any list, define your condition and color. Once done it will color any cell / row with your formatting whenever you look at that list.
No Salesforce Admin rights are needed to use Better Lists for Salesforce®. معلومات أساسية عن التمديد
| الاسم | |
| ID | iklomgkephjlfgbiaefiipepkchfimpo |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/better-lists-for-salesfor/iklomgkephjlfgbiaefiipepkchfimpo |
| الوصف | Improves the way you use list views |
| حجم الملف | 10.7 MB |
| عدد التثبيتات | 345 |
| النسخة الحالية | 0.6.3 |
| آخر تحديث | 2020-02-11 |
| تاريخ النشر | 2020-02-07 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | https://betterlists.net |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.betterlists.net |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_application_title__",
"short_name": "Better Lists for Salesforce\u00ae",
"description": "__MSG_application_description__",
"default_locale": "en",
"permissions": [
"tabs",
"background",
"contextMenus",
"storage",
"alarms",
"notifications"
],
"oauth2": {
"client_id": "665859454684-s6nmohpktccl2srxvc67thbmpclpa36v.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/plus.login",
"https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
]
},
"icons": {
"16": "images\/Logo48.png",
"96": "images\/Logo96.png"
},
"background": {
"scripts": [
"lib\/jquery.js",
"extSFExtension.js"
],
"persistent": true
},
"version": "0.6.3",
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"lib\/jquery.js",
"lib\/moment.js",
"tabSFExtension.js"
],
"css": [],
"all_frames": false
}
],
"browser_action": {
"default_icon": "images\/Logo48.png",
"default_popup": "popup.html"
}
} | |