Autify AI Labs (Beta)

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

Autify AI Labs (Beta)とは何ですか?

Autify AI Labs (Beta)はhttps://autify.comによって開発されたChromeの拡張機能で、その主な機能は「Collection of AI-powered features that make software tests easier on Autify.」です。

拡張機能のスクリーンショット

screenshot

Autify AI Labs (Beta)拡張機能のCRXファイルをダウンロード

Autify AI Labs (Beta)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Autify AI Labs (Beta) Autify AI Labs (Beta)
ID ckakdcagkiidpnaoakmahgopbignmogd
公式URL https://chromewebstore.google.com/detail/autify-ai-labs-beta/ckakdcagkiidpnaoakmahgopbignmogd
説明 Collection of AI-powered features that make software tests easier on Autify.
ファイルサイズ 235 KB
インストール数 104
現在のバージョン 0.11.1
最終更新日 2024-01-10
公開日 2023-08-25
開発者 https://autify.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://autify.com/privacy
対応言語 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": [
                ""
            ]
        }
    ]
}