Salesforce Admin Check All
This extension provides 'check all' checkboxes on admin pages.
Salesforce Admin Check All क्या है?
Salesforce Admin Check All Dan Pazehoski द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides 'check all' checkboxes on admin pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Salesforce Admin Check All एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Salesforce Admin Check All is an extension that enhances the Salesforce Setup pages by adding "check all" checkboxes to various checkbox lists. This enhanced functionality helps make some setup tasks more efficient by potentially saving administrators from having to manually check each checkbox in a list individually. Initially, this extension only adds checkboxes to the Object Permissions and Field Permissions lists on the Object Settings page for Profiles and Permission Sets. Future versions will expand the functionality into other setup areas. UPDATE v2.1: A "check all" checkbox is now added to the Set Field History Tracking page on custom objects. Bug fixes. NOTE: This extension requires the use of the Enhanced Profile User Interface.
एक्सटेंशन की मूल जानकारी
नाम | Salesforce Admin Check All |
ID | efcahpjiijlbojmfmaceicchnhkgdkje |
आधिकारिक URL | https://chromewebstore.google.com/detail/salesforce-admin-check-al/efcahpjiijlbojmfmaceicchnhkgdkje |
विवरण | This extension provides 'check all' checkboxes on admin pages. |
फ़ाइल का आकार | 40.4 KB |
स्थापना संख्या | 15,243 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2015-01-19 |
प्रकाशन तिथि | 2015-01-19 |
रेटिंग | 4.00/5 कुल 75 रेटिंग्स |
डेवलपर | Dan Pazehoski |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce Admin Check All", "short_name": "SF Check All", "description": "This extension provides 'check all' checkboxes on admin pages.", "version": "2.1", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*\/e?s=ObjectsAndTabs*", "https:\/\/*.salesforce.com\/*\/e?s=EntityPermissions*", "https:\/\/*.salesforce.com\/*\/FieldHistoryTracking*" ], "js": [ "jquery-1.11.1.min.js", "pageScript.js" ] } ], "web_accessible_resources": [ "script.js", "jquery-1.11.1.min.js" ] } |