Synthetics Formatter for Selenium IDE

Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE

ما هو Synthetics Formatter for Selenium IDE؟

Synthetics Formatter for Selenium IDE هو إضافة Chrome تم تطويرها بواسطة Benedicto Tan، والميزة الرئيسية لها هي "Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Synthetics Formatter for Selenium IDE

قم بتنزيل ملفات الامتداد Synthetics Formatter for Selenium IDE بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This plugin adds a  New Relic Synthetics export feature to the Selenium IDE supported language export.

How to use
1. Install the Selenium IDE web extension.
2. Install this web extension.
3. Start the Selenium IDE and start recording or load an existing project
4. Select the test or test suite to export.
5. Select export option this will open a dialog with New Relic Synthetics as one of the export option.                    

معلومات أساسية عن التمديد

الاسم Synthetics Formatter for Selenium IDE Synthetics Formatter for Selenium IDE
ID agedeoibceidbaeajbehgiejlekicbfd
عنوان URL الرسمي https://chromewebstore.google.com/detail/synthetics-formatter-for/agedeoibceidbaeajbehgiejlekicbfd
الوصف Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE
حجم الملف 106 KB
عدد التثبيتات 3,676
النسخة الحالية 1.0.8
آخر تحديث 2020-08-17
تاريخ النشر 2020-02-15
تقييم 5.00/5 مجموع تقييمات 3
المطور Benedicto Tan
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/tanben/nrsynthetics-for-seleniumide
عنوان صفحة المساعدة https://github.com/tanben/nrsynthetics-for-seleniumide/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Synthetics Formatter for Selenium IDE",
    "version": "1.0.8",
    "version_name": "1.0.8",
    "description": "Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE",
    "homepage_url": "https:\/\/github.com\/tanben\/nrsynthetics-for-seleniumide",
    "icons": {
        "16": "icons\/nr16.png",
        "32": "icons\/nr32.png",
        "64": "icons\/nr64.png",
        "54": "icons\/nr56.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/content.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "assets\/background.js"
        ]
    }
}