RapiseChromeExtension

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

Apa itu RapiseChromeExtension?

RapiseChromeExtension adalah ekstensi Chrome yang dikembangkan oleh https://www.inflectra.com, dan fitur utamanya adalah "This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi RapiseChromeExtension

Unduh file ekstensi RapiseChromeExtension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama RapiseChromeExtension RapiseChromeExtension
ID ibngcigigdlhaekbaknfbpcbgilmhahc
URL Resmi https://chromewebstore.google.com/detail/rapisechromeextension/ibngcigigdlhaekbaknfbpcbgilmhahc
Deskripsi This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.
Ukuran File 18.32 KB
Jumlah Instalasi 1,179
Versi Saat Ini 3.0.11
Terakhir Diperbarui 2022-06-23
Tanggal Publikasi 2019-07-25
Penilaian 4.33/5 Total 3 Penilaian
Pengembang https://www.inflectra.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.inflectra.com/Rapise
URL Halaman Bantuan https://www.inflectra.com/Rapise/FAQs.aspx
URL Halaman Kebijakan Privasi http://www.inflectra.com/Company/Privacy-Policy.aspx
Bahasa yang Didukung 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
        }
    ]
}