Catchpoint Script Recorder

Easily generate Selenium-based scripts for browser automation and testing.

Catchpoint Script Recorder란 무엇입니까?

Catchpoint Script Recorder은(는) Catchpoint Systems Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily generate Selenium-based scripts for browser automation and testing."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Catchpoint Script Recorder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simply input the URL where you want your automation to begin and click Start, then use the browser to perform the series of steps you want to automate. Catchpoint Script Recorder captures every action you take and generates a Selenium script in real time. The extension’s UI provides auto-complete, syntax highlighting, breakpoints, analytics, built-in screenshots, and play-back to help you test, edit, and debug your script. Send finished scripts directly to the Catchpoint Platform for use in your automated web transaction tests, or export them as Java, C#, Python, Ruby, or HTML.                    

확장 프로그램 기본 정보

이름 Catchpoint Script Recorder Catchpoint Script Recorder
ID ondjkacanajgdlnhcnpiapajjpgilplo
공식 URL https://chromewebstore.google.com/detail/catchpoint-script-recorde/ondjkacanajgdlnhcnpiapajjpgilplo
설명 Easily generate Selenium-based scripts for browser automation and testing.
파일 크기 2.1 MB
설치 횟수 2,482
현재 버전 1.9.21
최근 업데이트 2021-05-27
출시 날짜 2020-05-17
평점 2.43/5 총 14 개의 평점
개발자 Catchpoint Systems Inc.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.catchpoint.com
도움말 페이지 URL http://support.catchpoint.com
개인정보 보호 정책 페이지 URL https://www.catchpoint.com/trust
지원되는 언어 en-US
manifest.json
{
    "background": {
        "page": "views\/background.html"
    },
    "browser_action": {
        "default_icon": "images\/favicon.png",
        "default_popup": "views\/popup.html",
        "default_title": "Catchpoint Script Recorder"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "Chrome\/selenium_atoms_compiled.js",
                "Chrome\/catchpoint_common_string.js",
                "libraries\/jquery-3.4.1.min.js",
                "Chrome\/catchpoint_content_performance.js",
                "Chrome\/catchpoint_content.js",
                "common\/recorder_common.js",
                "common\/catchpoint_recorder_constants.js",
                "content\/catchpoint_recorder_content.js",
                "scripts\/util.js",
                "scripts\/instantTest.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Easily generate Selenium-based scripts for browser automation and testing.",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.catchpoint.com\/*"
        ]
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/favicon.png",
        "48": "images\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkgKzhoKrI6sjgB6eYSYlkFkzXPrEjbOm\/\/KQ6MgqlZmSpjMD9teDOpTcaaRNBvScCO6pl\/Wv\/WL23jXI2CJW4RzWk3iJ7rWLVElTTB7M5nKfyDq1AuN64AfpAZmcH+tDEwjBN7Q9fzldLzurPuStiJ6ZGmLHILm2yajgGTYWqNs5zbcAiDyT0OPgtG7ZM2qP9ERBjH+S0GnOVn3n62eiVxX05uWJge8VJO1AXiSGU9pqQNZMrBq21wwszrjVxPL0+DxmH4zbF\/fMjnBIscYBc\/L4cXuQiyA+gpmOg88AIvqFmbYlClXOn5te0RZzBVAQul6pZYklxLShKdu16nDAFwIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "31.0",
    "name": "Catchpoint Script Recorder",
    "permissions": [
        "background",
        "tabs",
        "browsingData",
        "contextMenus",
        "cookies",
        "debugger",
        "tabs",
        "downloads",
        "downloads.shelf",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "short_name": "CP Recorder",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9.21",
    "web_accessible_resources": [
        "views\/blank.html"
    ]
}