Autify Recorder

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

¿Qué es Autify Recorder?

Autify Recorder es una extensión de Chrome desarrollada por https://autify.com, y su función principal es "The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Autify Recorder

Descarga archivos de extensión Autify Recorder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Autify Recorder Autify Recorder
ID jggibfiodonlmkjbmlooehabjldddbgn
URL Oficial https://chromewebstore.google.com/detail/autify-recorder/jggibfiodonlmkjbmlooehabjldddbgn
Descripción The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.
Tamaño del Archivo 2.24 MB
Cantidad de Instalaciones 7,691
Versión Actual 0.18.47
Última Actualización 2024-02-26
Fecha de Publicación 2020-06-25
Calificación 3.88/5 Total de 8 Calificaciones
Desarrollador https://autify.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://autify.com
URL de la Página de Política de Privacidad https://autify.com/privacy
Idiomas Soportados 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"
    ]
}