Datadog test recorder
Record end-to-end tests in your browser.
Cos'è Datadog test recorder?
Datadog test recorder è un'estensione di Chrome sviluppata da Datadog, e la sua funzione principale è "Record end-to-end tests in your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Datadog test recorder
Scarica i file di estensione Datadog test recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Datadog test recorder |
ID | kkbncfpddhdmkfmalecgnphegacgejoa |
URL Ufficiale | https://chromewebstore.google.com/detail/datadog-test-recorder/kkbncfpddhdmkfmalecgnphegacgejoa |
Descrizione | Record end-to-end tests in your browser. |
Dimensione del File | 96.71 KB |
Conteggio Installazioni | 45,795 |
Versione Corrente | 3.6.2 |
Ultimo Aggiornamento | 2024-01-24 |
Data di Pubblicazione | 2020-07-02 |
Valutazione | 4.75/5 Totale 8 Valutazioni |
Sviluppatore | Datadog |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.datadoghq.com |
URL della Pagina della Politica sulla Privacy | https://www.datadoghq.com/legal/privacy |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } |