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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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"
}
} | |