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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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 BenchPress for Salesforce Workbench
ID pgojnncioijmbgpnjbohilknnnmblkfc
官方網址 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"
            ]
        }
    ]
}