Better Lists for Salesforce®
Improves the way you use list views
什麼是Better Lists for Salesforce®?
Better Lists for Salesforce®是由https://betterlists.net開發的Chrome擴展程式,該擴展的主要功能是“Improves the way you use list views”。
擴展截圖
下載Better Lists for Salesforce®擴展crx文件
下載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 |
| 官方網址 | 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"
}
} | |