Autify AI Labs (Beta)

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

Was ist Autify AI Labs (Beta)?

Autify AI Labs (Beta) ist eine Chrome-Erweiterung, die von https://autify.com entwickelt wurde, und ihr Hauptmerkmal ist "Collection of AI-powered features that make software tests easier on Autify.".

Erweiterungsscreenshots

screenshot

Autify AI Labs (Beta)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Autify AI Labs (Beta)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Autify AI Labs (Beta) Autify AI Labs (Beta)
ID ckakdcagkiidpnaoakmahgopbignmogd
Offizielle URL https://chromewebstore.google.com/detail/autify-ai-labs-beta/ckakdcagkiidpnaoakmahgopbignmogd
Beschreibung Collection of AI-powered features that make software tests easier on Autify.
Dateigröße 235 KB
Installationsanzahl 104
Aktuelle Version 0.11.1
Letztes Update 2024-01-10
Veröffentlichungsdatum 2023-08-25
Entwickler https://autify.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://autify.com/privacy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}