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ファイルをダウンロード
BenchPress for Salesforce Workbench拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |