Datadog test recorder

Record end-to-end tests in your browser.

Datadog test recorder란 무엇입니까?

Datadog test recorder은(는) Datadog에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record end-to-end tests in your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Datadog test recorder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Datadog Synthetics Chrome Extension is a tool dedicated to helping you create full browser test automation in minutes instead of hours. Enterprise-ready, it activates only when you are on the Datadog Synthetics platform, for total security.                    

확장 프로그램 기본 정보

이름 Datadog test recorder Datadog test recorder
ID kkbncfpddhdmkfmalecgnphegacgejoa
공식 URL https://chromewebstore.google.com/detail/datadog-test-recorder/kkbncfpddhdmkfmalecgnphegacgejoa
설명 Record end-to-end tests in your browser.
파일 크기 96.71 KB
설치 횟수 45,795
현재 버전 3.6.2
최근 업데이트 2024-01-24
출시 날짜 2020-07-02
평점 4.75/5 총 8 개의 평점
개발자 Datadog
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.datadoghq.com
개인정보 보호 정책 페이지 URL https://www.datadoghq.com/legal/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Datadog test recorder",
    "short_name": "Datadog test recorder",
    "description": "Record end-to-end tests in your browser.",
    "version": "3.6.2",
    "action": {
        "default_icon": {
            "16": "assets\/logo-16.png",
            "48": "assets\/logo-48.png",
            "128": "assets\/logo-128.png"
        }
    },
    "icons": {
        "16": "assets\/logo-16.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.datad0g.com\/*",
            "https:\/\/*.datad0g.eu\/*",
            "https:\/\/*.datadoghq.com\/*",
            "https:\/\/*.datadoghq.eu\/*",
            "https:\/\/*.ddog-gov.com\/*",
            "https:\/\/*.fed.dog\/*",
            "https:\/\/*.prod.dog\/*",
            "https:\/\/*.staging.dog\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "scripting",
        "webNavigation",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}