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
官方網址 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
        }
    ]
}