BenchPress for Salesforce Workbench

Extend and flex the capabilities of salesforce workbench

Co je BenchPress for Salesforce Workbench?

BenchPress for Salesforce Workbench je rozšíření Chrome vyvinuté BenchPress, a jeho hlavní funkcí je „Extend and flex the capabilities of salesforce workbench“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření BenchPress for Salesforce Workbench

Stáhněte si soubory rozšíření BenchPress for Salesforce Workbench ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název BenchPress for Salesforce Workbench BenchPress for Salesforce Workbench
ID pgojnncioijmbgpnjbohilknnnmblkfc
Oficiální URL https://chromewebstore.google.com/detail/benchpress-for-salesforce/pgojnncioijmbgpnjbohilknnnmblkfc
Popis Extend and flex the capabilities of salesforce workbench
Velikost souboru 134 KB
Počet instalací 81
Aktuální Verze 2.0.0.3
Poslední Aktualizace 2020-07-10
Datum Vydání 2020-06-30
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář BenchPress
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}