Better Lists for Salesforce®

Improves the way you use list views

Better Lists for Salesforce® là gì?

Better Lists for Salesforce® là một tiện ích mở rộng Chrome được phát triển bởi https://betterlists.net, và tính năng chính của nó là "Improves the way you use list views".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better Lists for Salesforce®

Tải xuống các tệp mở rộng Better Lists for Salesforce® dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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®.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better Lists for Salesforce® Better Lists for Salesforce®
ID iklomgkephjlfgbiaefiipepkchfimpo
URL Chính Thức https://chromewebstore.google.com/detail/better-lists-for-salesfor/iklomgkephjlfgbiaefiipepkchfimpo
Mô tả Improves the way you use list views
Kích Thước Tệp 10.7 MB
Số Lần Cài Đặt 345
Phiên Bản Hiện Tại 0.6.3
Cập Nhật Lần Cuối 2020-02-11
Ngày Phát Hành 2020-02-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://betterlists.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.betterlists.net
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}