RapiseChromeExtension

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

什么是RapiseChromeExtension?

RapiseChromeExtension是由https://www.inflectra.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.”。

扩展截图

screenshot
screenshot

下载RapiseChromeExtension扩展crx文件

下载RapiseChromeExtension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 RapiseChromeExtension RapiseChromeExtension
ID ibngcigigdlhaekbaknfbpcbgilmhahc
官方URL https://chromewebstore.google.com/detail/rapisechromeextension/ibngcigigdlhaekbaknfbpcbgilmhahc
简介 This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.
文件大小 18.32 KB
安装次数 1,179
当前版本 3.0.11
更新时间 2022-06-23
上架时间 2019-07-25
评分 4.33/5 共3次评分
开发者 https://www.inflectra.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.inflectra.com/Rapise
帮助页面URL https://www.inflectra.com/Rapise/FAQs.aspx
隐私政策页面URL http://www.inflectra.com/Company/Privacy-Policy.aspx
支持的语言 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
        }
    ]
}