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.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Datadog test recorder

Скачайте файлы расширений 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 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": [
        "*:\/\/*\/*"
    ]
}