RapiseChromeExtension

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

Hvad er RapiseChromeExtension?

RapiseChromeExtension er en Chrome-udvidelse udviklet af https://www.inflectra.com, og dens hovedfunktion er "This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download RapiseChromeExtension-udvidelses-CRX-fil

Download RapiseChromeExtension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn RapiseChromeExtension RapiseChromeExtension
ID ibngcigigdlhaekbaknfbpcbgilmhahc
Officiel URL https://chromewebstore.google.com/detail/rapisechromeextension/ibngcigigdlhaekbaknfbpcbgilmhahc
Beskrivelse This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.
Filstørrelse 18.32 KB
Antal Installationer 1,179
Nuværende Version 3.0.11
Senest Opdateret 2022-06-23
Udgivelsesdato 2019-07-25
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler https://www.inflectra.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.inflectra.com/Rapise
Hjælpeside-URL https://www.inflectra.com/Rapise/FAQs.aspx
URL til Fortrolighedspolitik Side http://www.inflectra.com/Company/Privacy-Policy.aspx
Understøttede Sprog 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
        }
    ]
}