RapiseChromeExtension

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

Τι είναι το RapiseChromeExtension;

Το RapiseChromeExtension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.inflectra.com, και η κύρια λειτουργία του είναι "This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης RapiseChromeExtension

Λήψη αρχείων επέκτασης 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
        }
    ]
}