Autify AI Labs (Beta)

Collection of AI-powered features that make software tests easier on Autify.

¿Qué es Autify AI Labs (Beta)?

Autify AI Labs (Beta) es una extensión de Chrome desarrollada por https://autify.com, y su función principal es "Collection of AI-powered features that make software tests easier on Autify.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Autify AI Labs (Beta)

Descarga archivos de extensión Autify AI Labs (Beta) 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

                        Collection of AI-powered features that make software tests easier on Autify. This needs to be installed with Autify Recorder and only works on Autify for Web.

Step Suggestions: You can get suggestions about what needs to be tested in a given page so that you can easily create test scenarios that matter.

Scenario Summarizer: This summarizes what an Autify test scenario does with a brief text. You can easily understand the intention and what the scenario does even if it has lots of steps.                    

Información Básica de la Extensión

Nombre Autify AI Labs (Beta) Autify AI Labs (Beta)
ID ckakdcagkiidpnaoakmahgopbignmogd
URL Oficial https://chromewebstore.google.com/detail/autify-ai-labs-beta/ckakdcagkiidpnaoakmahgopbignmogd
Descripción Collection of AI-powered features that make software tests easier on Autify.
Tamaño del Archivo 235 KB
Cantidad de Instalaciones 104
Versión Actual 0.11.1
Última Actualización 2024-01-10
Fecha de Publicación 2023-08-25
Desarrollador https://autify.com
Correo electrónico [email protected]
Tipo de Pago free
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",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.11.1",
    "manifest_version": 3,
    "author": "Nauman Mustafa",
    "action": {
        "default_title": "Autify AI Labs (Beta)",
        "default_popup": "popup\/app.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "bg\/sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jq.js",
                "cs\/sim.js",
                "cs\/main.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "cs\/sub.js",
                "cs\/ss.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "**\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}