RapiseChromeExtension

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

Qu'est-ce que RapiseChromeExtension ?

RapiseChromeExtension est une extension Chrome développée par https://www.inflectra.com, et sa fonction principale est "This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension RapiseChromeExtension

Téléchargez les fichiers d'extension RapiseChromeExtension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom RapiseChromeExtension RapiseChromeExtension
ID ibngcigigdlhaekbaknfbpcbgilmhahc
URL Officiel 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.
Taille du Fichier 18.32 KB
Nombre d'Installations 1,179
Version Actuelle 3.0.11
Dernière Mise à Jour 2022-06-23
Date de Publication 2019-07-25
Évaluation 4.33/5 Total 3 Évaluations
Développeur https://www.inflectra.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.inflectra.com/Rapise
URL de la Page d'Aide https://www.inflectra.com/Rapise/FAQs.aspx
URL de la Page de Politique de Confidentialité http://www.inflectra.com/Company/Privacy-Policy.aspx
Langues Prises en Charge 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
        }
    ]
}