RapiseChromeExtension

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

Wat is RapiseChromeExtension?

RapiseChromeExtension is een Chrome-extensie ontwikkeld door https://www.inflectra.com, en de belangrijkste functie is "This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie RapiseChromeExtension

Download RapiseChromeExtension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam RapiseChromeExtension RapiseChromeExtension
ID ibngcigigdlhaekbaknfbpcbgilmhahc
Officiële URL https://chromewebstore.google.com/detail/rapisechromeextension/ibngcigigdlhaekbaknfbpcbgilmhahc
Beschrijving This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.
Bestandsgrootte 18.32 KB
Aantal Installaties 1,179
Huidige Versie 3.0.11
Laatst Bijgewerkt 2022-06-23
Publicatiedatum 2019-07-25
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.inflectra.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.inflectra.com/Rapise
Help Pagina-URL https://www.inflectra.com/Rapise/FAQs.aspx
URL van de Privacybeleid Pagina http://www.inflectra.com/Company/Privacy-Policy.aspx
Ondersteunde Talen 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
        }
    ]
}