Autify Recorder

The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.

Что такое Autify Recorder?

Autify Recorder - это расширение Chrome, разработанное https://autify.com, и его основная функция - "The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.".

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

screenshot

Скачать файл CRX расширения Autify Recorder

Скачайте файлы расширений Autify Recorder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Features of Autify
- Anyone can easily automate test scenarios with this Chrome Extension.
- Manage test scenarios and test schedules on the management console.
- Cross-browser testing (including mobile browsers)
- AI-based test scenario self-maintenance.

Register here
https://autify.com                    

Основная информация о расширении

Название Autify Recorder Autify Recorder
ID jggibfiodonlmkjbmlooehabjldddbgn
Официальный URL https://chromewebstore.google.com/detail/autify-recorder/jggibfiodonlmkjbmlooehabjldddbgn
Описание The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.
Размер файла 2.24 MB
Количество установок 7,691
Текущая Версия 0.18.47
Последнее Обновление 2024-02-26
Дата публикации 2020-06-25
Рейтинг 3.88/5 Всего 8 оценок
Разработчик https://autify.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://autify.com
URL страницы политики конфиденциальности https://autify.com/privacy
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.18.47",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "webRequest",
        "contextMenus",
        "webNavigation",
        "debugger",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' 'sha256-Wf9MlqLyvQhtxTTzbiQ3mMqkhAfzVF+lXvf3NRg\/duw='; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.autify.com\/*"
            ],
            "js": [
                "static\/js\/inject_to_editor.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png"
        },
        "default_title": "Autify Recorder"
    },
    "web_accessible_resources": [
        "static\/media\/*",
        "static\/js\/contentRecorder.js"
    ]
}