Autify AI Labs (Beta)

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

Co to jest Autify AI Labs (Beta)?

Autify AI Labs (Beta) to rozszerzenie Chrome opracowane przez https://autify.com, a jego główną funkcją jest „Collection of AI-powered features that make software tests easier on Autify.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Autify AI Labs (Beta)

Pobierz pliki rozszerzeń Autify AI Labs (Beta) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Autify AI Labs (Beta) Autify AI Labs (Beta)
ID ckakdcagkiidpnaoakmahgopbignmogd
Oficjalny URL https://chromewebstore.google.com/detail/autify-ai-labs-beta/ckakdcagkiidpnaoakmahgopbignmogd
Opis Collection of AI-powered features that make software tests easier on Autify.
Rozmiar pliku 235 KB
Liczba instalacji 104
Aktualna Wersja 0.11.1
Ostatnia Aktualizacja 2024-01-10
Data Publikacji 2023-08-25
Deweloper https://autify.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://autify.com/privacy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}