RapiseChromeExtension

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

Co je RapiseChromeExtension?

RapiseChromeExtension je rozšíření Chrome vyvinuté https://www.inflectra.com, a jeho hlavní funkcí je „This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření RapiseChromeExtension

Stáhněte si soubory rozšíření RapiseChromeExtension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název RapiseChromeExtension RapiseChromeExtension
ID ibngcigigdlhaekbaknfbpcbgilmhahc
Oficiální URL https://chromewebstore.google.com/detail/rapisechromeextension/ibngcigigdlhaekbaknfbpcbgilmhahc
Popis This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.
Velikost souboru 18.32 KB
Počet instalací 1,179
Aktuální Verze 3.0.11
Poslední Aktualizace 2022-06-23
Datum Vydání 2019-07-25
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář https://www.inflectra.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.inflectra.com/Rapise
URL Stránky Nápovědy https://www.inflectra.com/Rapise/FAQs.aspx
URL Stránky Zásad Ochrany Soukromí http://www.inflectra.com/Company/Privacy-Policy.aspx
Podporované Jazyky 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
        }
    ]
}