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은(는) Qualys Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Qualys Browser Recorder is a free browser extension to record & play back scripts of any web application."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Qualys Browser Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}