Autify AI Labs (Beta)

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

Apa itu Autify AI Labs (Beta)?

Autify AI Labs (Beta) adalah ekstensi Chrome yang dikembangkan oleh https://autify.com, dan fitur utamanya adalah "Collection of AI-powered features that make software tests easier on Autify.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Autify AI Labs (Beta)

Unduh file ekstensi Autify AI Labs (Beta) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Autify AI Labs (Beta) Autify AI Labs (Beta)
ID ckakdcagkiidpnaoakmahgopbignmogd
URL Resmi https://chromewebstore.google.com/detail/autify-ai-labs-beta/ckakdcagkiidpnaoakmahgopbignmogd
Deskripsi Collection of AI-powered features that make software tests easier on Autify.
Ukuran File 235 KB
Jumlah Instalasi 104
Versi Saat Ini 0.11.1
Terakhir Diperbarui 2024-01-10
Tanggal Publikasi 2023-08-25
Pengembang https://autify.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://autify.com/privacy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}