Autify AI Labs (Beta)

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

Cos'è Autify AI Labs (Beta)?

Autify AI Labs (Beta) è un'estensione di Chrome sviluppata da https://autify.com, e la sua funzione principale è "Collection of AI-powered features that make software tests easier on Autify.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Autify AI Labs (Beta)

Scarica i file di estensione Autify AI Labs (Beta) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Autify AI Labs (Beta) Autify AI Labs (Beta)
ID ckakdcagkiidpnaoakmahgopbignmogd
URL Ufficiale https://chromewebstore.google.com/detail/autify-ai-labs-beta/ckakdcagkiidpnaoakmahgopbignmogd
Descrizione Collection of AI-powered features that make software tests easier on Autify.
Dimensione del File 235 KB
Conteggio Installazioni 104
Versione Corrente 0.11.1
Ultimo Aggiornamento 2024-01-10
Data di Pubblicazione 2023-08-25
Sviluppatore https://autify.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://autify.com/privacy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}