BenchPress for Salesforce Workbench
Extend and flex the capabilities of salesforce workbench
BenchPress for Salesforce Workbench क्या है?
BenchPress for Salesforce Workbench BenchPress द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extend and flex the capabilities of salesforce workbench"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BenchPress for Salesforce Workbench एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are you a Salesforce developer? Do you use Salesforce workbench in your development? Then this is a great companion tool to help you flex the power of workbench and do things faster.
एक्सटेंशन की मूल जानकारी
नाम | BenchPress for Salesforce Workbench |
ID | pgojnncioijmbgpnjbohilknnnmblkfc |
आधिकारिक URL | https://chromewebstore.google.com/detail/benchpress-for-salesforce/pgojnncioijmbgpnjbohilknnnmblkfc |
विवरण | Extend and flex the capabilities of salesforce workbench |
फ़ाइल का आकार | 134 KB |
स्थापना संख्या | 81 |
वर्तमान संस्करण | 2.0.0.3 |
अंतिम अपडेट | 2020-07-10 |
प्रकाशन तिथि | 2020-06-30 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | BenchPress |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BenchPress for Salesforce Workbench", "version": "2.0.0.3", "description": "Extend and flex the capabilities of salesforce workbench", "manifest_version": 2, "permissions": [ "storage" ], "minimum_chrome_version": "23", "icons": { "16": "BL16.png", "48": "BL48.png", "128": "BL128.png" }, "content_scripts": [ { "css": [ "app\/app.css" ], "js": [ "app\/app.js", "jquery.min.js" ], "matches": [ "https:\/\/workbench.developerforce.com\/*" ] }, { "js": [ "app\/login\/login.js" ], "css": [ "app\/login\/login.css" ], "matches": [ "https:\/\/workbench.developerforce.com\/login.php?*", "https:\/\/workbench.developerforce.com\/login.php" ] }, { "js": [ "app\/rest_explorer\/rest_explorer.js" ], "css": [ "app\/rest_explorer\/rest_explorer.css" ], "matches": [ "https:\/\/workbench.developerforce.com\/restExplorer.php?*", "https:\/\/workbench.developerforce.com\/restExplorer.php" ] }, { "js": [ "app\/query\/query.js" ], "css": [ "app\/query\/query.css" ], "matches": [ "https:\/\/workbench.developerforce.com\/query.php?*", "https:\/\/workbench.developerforce.com\/query.php" ] } ] } |