BenchPress for Salesforce Workbench
Extend and flex the capabilities of salesforce workbench
BenchPress for Salesforce Workbench란 무엇입니까?
BenchPress for Salesforce Workbench은(는) BenchPress에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extend and flex the capabilities of salesforce workbench"입니다.
확장 프로그램 스크린샷
BenchPress for Salesforce Workbench 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } ] } |