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. 擴展基本資訊
| 名稱 | |
| ID | kkbncfpddhdmkfmalecgnphegacgejoa |
| 官方網址 | 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": [
"*:\/\/*\/*"
]
} | |