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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
        ]
    }
}