Better Lists for Salesforce®
Improves the way you use list views
Better Lists for Salesforce® क्या है?
Better Lists for Salesforce® https://betterlists.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves the way you use list views"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better Lists for Salesforce® एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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®.
एक्सटेंशन की मूल जानकारी
नाम | 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" } } |