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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}