RapiseChromeExtension

This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.

RapiseChromeExtensionคืออะไร?

RapiseChromeExtension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.inflectra.com และคุณลักษณะหลักของมันคือ "This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RapiseChromeExtension

ดาวน์โหลดไฟล์ส่วนขยาย RapiseChromeExtension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension allows the Rapise test automation system to record, learn and playback automated tests using the Google Chrome browser.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RapiseChromeExtension RapiseChromeExtension
ID ibngcigigdlhaekbaknfbpcbgilmhahc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rapisechromeextension/ibngcigigdlhaekbaknfbpcbgilmhahc
คำอธิบาย This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.
ขนาดไฟล์ 18.32 KB
จำนวนการติดตั้ง 1,179
เวอร์ชันปัจจุบัน 3.0.11
อัปเดตครั้งล่าสุด 2022-06-23
วันที่เผยแพร่ 2019-07-25
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.inflectra.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.inflectra.com/Rapise
URL หน้าช่วยเหลือ https://www.inflectra.com/Rapise/FAQs.aspx
URL หน้านโยบายความเป็นส่วนตัว http://www.inflectra.com/Company/Privacy-Policy.aspx
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RapiseChromeExtension",
    "short_name": "Rapise Test Suite Support for Chrome.",
    "description": "This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.",
    "version": "3.0.11",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "injectedJS.js"
            ],
            "match_about_blank": true
        }
    ]
}