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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collection of AI-powered features that make software tests easier on Autify."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Autify AI Labs (Beta) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}