Autify AI Labs (Beta)

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

Autify AI Labs (Beta) là gì?

Autify AI Labs (Beta) là một tiện ích mở rộng Chrome được phát triển bởi https://autify.com, và tính năng chính của nó là "Collection of AI-powered features that make software tests easier on Autify.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Autify AI Labs (Beta)

Tải xuống các tệp mở rộng Autify AI Labs (Beta) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Autify AI Labs (Beta) Autify AI Labs (Beta)
ID ckakdcagkiidpnaoakmahgopbignmogd
URL Chính Thức https://chromewebstore.google.com/detail/autify-ai-labs-beta/ckakdcagkiidpnaoakmahgopbignmogd
Mô tả Collection of AI-powered features that make software tests easier on Autify.
Kích Thước Tệp 235 KB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 0.11.1
Cập Nhật Lần Cuối 2024-01-10
Ngày Phát Hành 2023-08-25
Nhà Phát Triển https://autify.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://autify.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}