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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
                ""
            ]
        }
    ]
}