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