Datadog test recorder

Record end-to-end tests in your browser.

What is Datadog test recorder?

Datadog test recorder is a Chrome extension developed by Datadog, and its main feature is "Record end-to-end tests in your browser.".

Extension Screenshots

screenshot
screenshot

Download Datadog test recorder Extension CRX File

Download Datadog test recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Datadog test recorder Datadog test recorder
ID kkbncfpddhdmkfmalecgnphegacgejoa
Official URL https://chromewebstore.google.com/detail/datadog-test-recorder/kkbncfpddhdmkfmalecgnphegacgejoa
Description Record end-to-end tests in your browser.
File Size 96.71 KB
Installation Count 45,795
Current Version 3.6.2
Last Updated 2024-01-24
Publish Date 2020-07-02
Rating 4.75/5 Total 8 Ratings
Developer Datadog
Email [email protected]
Payment Type free
Extension Website https://www.datadoghq.com
Privacy Policy Page URL https://www.datadoghq.com/legal/privacy
Supported Languages 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": [
        "*:\/\/*\/*"
    ]
}