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.」です。
拡張機能のスクリーンショット
Datadog test recorder拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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": [ "*:\/\/*\/*" ] } |