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