Datadog test recorder

Record end-to-end tests in your browser.

Datadog test recorderคืออะไร?

Datadog test recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Datadog และคุณลักษณะหลักของมันคือ "Record end-to-end tests in your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Datadog test recorder

ดาวน์โหลดไฟล์ส่วนขยาย Datadog test recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
        "*:\/\/*\/*"
    ]
}