RapiseChromeExtension

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

What is RapiseChromeExtension?

RapiseChromeExtension is a Chrome extension developed by https://www.inflectra.com, and its main feature is "This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.".

Extension Screenshots

screenshot
screenshot

Download RapiseChromeExtension Extension CRX File

Download RapiseChromeExtension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name RapiseChromeExtension RapiseChromeExtension
ID ibngcigigdlhaekbaknfbpcbgilmhahc
Official URL https://chromewebstore.google.com/detail/rapisechromeextension/ibngcigigdlhaekbaknfbpcbgilmhahc
Description This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.
File Size 18.32 KB
Installation Count 1,179
Current Version 3.0.11
Last Updated 2022-06-23
Publish Date 2019-07-25
Rating 4.33/5 Total 3 Ratings
Developer https://www.inflectra.com
Email [email protected]
Payment Type free
Extension Website https://www.inflectra.com/Rapise
Help Page URL https://www.inflectra.com/Rapise/FAQs.aspx
Privacy Policy Page URL http://www.inflectra.com/Company/Privacy-Policy.aspx
Supported Languages 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
        }
    ]
}