Autify AI Labs (Beta)

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

Qu'est-ce que Autify AI Labs (Beta) ?

Autify AI Labs (Beta) est une extension Chrome développée par https://autify.com, et sa fonction principale est "Collection of AI-powered features that make software tests easier on Autify.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Autify AI Labs (Beta)

Téléchargez les fichiers d'extension Autify AI Labs (Beta) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Autify AI Labs (Beta) Autify AI Labs (Beta)
ID ckakdcagkiidpnaoakmahgopbignmogd
URL Officiel https://chromewebstore.google.com/detail/autify-ai-labs-beta/ckakdcagkiidpnaoakmahgopbignmogd
Description Collection of AI-powered features that make software tests easier on Autify.
Taille du Fichier 235 KB
Nombre d'Installations 104
Version Actuelle 0.11.1
Dernière Mise à Jour 2024-01-10
Date de Publication 2023-08-25
Développeur https://autify.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://autify.com/privacy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}