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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Datadog test recorder
قم بتنزيل ملفات الامتداد Datadog test recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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": [ "*:\/\/*\/*" ] } |