Qualys Browser Recorder

Qualys Browser Recorder is a free browser extension to record & play back scripts of any web application.

Τι είναι το Qualys Browser Recorder;

Το Qualys Browser Recorder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Qualys Inc., και η κύρια λειτουργία του είναι "Qualys Browser Recorder is a free browser extension to record & play back scripts of any web application.".

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

screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης Qualys Browser Recorder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Qualys Browser Recorder is a free browser extension to record & play back scripts for web application automation testing. Qualys Browser Recorder includes the entire Selenium Core, allowing you to capture web elements and record actions in the browser to let you generate, edit, and play back automated test cases quickly and easily. The authors would like to thank contributors to SideeX, Selenium Core, and Selenium IDE. Qualys Browser Recorder would not have been possible without their valuable work, time, and effort.
https://www.qualys.com/docs/qualys-browser-recorder-user-guide.pdf                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Qualys Browser Recorder Qualys Browser Recorder
ID abnnemjpaacaimkkepphpkaiomnafldi
Επίσημο URL https://chromewebstore.google.com/detail/qualys-browser-recorder/abnnemjpaacaimkkepphpkaiomnafldi
Περιγραφή Qualys Browser Recorder is a free browser extension to record & play back scripts of any web application.
Μέγεθος Αρχείου 1.2 MB
Αριθμός Εγκαταστάσεων 6,844
Τρέχουσα Έκδοση 1.2.32_6
Τελευταία Ενημέρωση 2023-06-02
Ημερομηνία Δημοσίευσης 2019-06-28
Αξιολόγηση 3.63/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Qualys Inc.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.qualys.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.qualys.com/docs/qualys-browser-recorder-user-guide.pdf
URL της Σελίδας Πολιτικής Απορρήτου https://www.qualys.com/company/privacy/statement
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Qualys Browser Recorder is a free browser extension to record & play back scripts of any web application.",
    "manifest_version": 3,
    "name": "Qualys Browser Recorder",
    "version": "1.2.32",
    "version_name": "1.2.32_6",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/qualys-browser-recorder\/abnnemjpaacaimkkepphpkaiomnafldi",
    "icons": {
        "16": "icons\/image-16.png",
        "48": "icons\/image-48.png",
        "128": "icons\/image-128.png"
    },
    "incognito": "split",
    "permissions": [
        "tabs",
        "activeTab",
        "webRequest",
        "contextMenus",
        "downloads",
        "webNavigation",
        "notifications",
        "storage"
    ],
    "content_security_policy": {
        "extension_page": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common\/jsOTP.js",
                "content\/atoms.js",
                "content\/jquery-3.5.1.min.js",
                "content\/utils.js",
                "content\/sizzle.js",
                "content\/selenium-commandhandlers.js",
                "content\/selenium-browserbot.js",
                "common\/escape.js",
                "content\/selenium-api.js",
                "content\/locatorBuilders.js",
                "content\/record-api.js",
                "content\/record.js",
                "content\/commands-api.js",
                "content\/targetSelecter.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "common\/browser-polyfill.js",
                "content\/prompt-injecter.js"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "icons\/image-48.png",
        "default_title": "Qualys Browser Recorder"
    },
    "background": {
        "service_worker": "worker_wrapper.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "prompt.js"
            ]
        }
    ]
}