BenchPress for Salesforce Workbench

Extend and flex the capabilities of salesforce workbench

Что такое BenchPress for Salesforce Workbench?

BenchPress for Salesforce Workbench - это расширение Chrome, разработанное BenchPress, и его основная функция - "Extend and flex the capabilities of salesforce workbench".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения BenchPress for Salesforce Workbench

Скачайте файлы расширений 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
Официальный 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"
            ]
        }
    ]
}