RapiseChromeExtension

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

RapiseChromeExtension là gì?

RapiseChromeExtension là một tiện ích mở rộng Chrome được phát triển bởi https://www.inflectra.com, và tính năng chính của nó là "This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RapiseChromeExtension

Tải xuống các tệp mở rộng RapiseChromeExtension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RapiseChromeExtension RapiseChromeExtension
ID ibngcigigdlhaekbaknfbpcbgilmhahc
URL Chính Thức https://chromewebstore.google.com/detail/rapisechromeextension/ibngcigigdlhaekbaknfbpcbgilmhahc
Mô tả This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.
Kích Thước Tệp 18.32 KB
Số Lần Cài Đặt 1,179
Phiên Bản Hiện Tại 3.0.11
Cập Nhật Lần Cuối 2022-06-23
Ngày Phát Hành 2019-07-25
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.inflectra.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.inflectra.com/Rapise
URL Trang Trợ Giúp https://www.inflectra.com/Rapise/FAQs.aspx
URL Trang Chính Sách Bảo Mật http://www.inflectra.com/Company/Privacy-Policy.aspx
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}