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
Eメール [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
        }
    ]
}