BenchPress for Salesforce Workbench
Extend and flex the capabilities of salesforce workbench
BenchPress for Salesforce Workbench là gì?
BenchPress for Salesforce Workbench là một tiện ích mở rộng Chrome được phát triển bởi BenchPress, và tính năng chính của nó là "Extend and flex the capabilities of salesforce workbench".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BenchPress for Salesforce Workbench
Tải xuống các tệp mở rộng BenchPress for Salesforce Workbench 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BenchPress for Salesforce Workbench |
ID | pgojnncioijmbgpnjbohilknnnmblkfc |
URL Chính Thức | https://chromewebstore.google.com/detail/benchpress-for-salesforce/pgojnncioijmbgpnjbohilknnnmblkfc |
Mô tả | Extend and flex the capabilities of salesforce workbench |
Kích Thước Tệp | 134 KB |
Số Lần Cài Đặt | 81 |
Phiên Bản Hiện Tại | 2.0.0.3 |
Cập Nhật Lần Cuối | 2020-07-10 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | BenchPress |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |