Autify AI Labs (Beta)
Collection of AI-powered features that make software tests easier on Autify.
What is Autify AI Labs (Beta)?
Autify AI Labs (Beta) is a Chrome extension developed by https://autify.com, and its main feature is "Collection of AI-powered features that make software tests easier on Autify.".
Extension Screenshots
Download Autify AI Labs (Beta) Extension CRX File
Download Autify AI Labs (Beta) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Autify AI Labs (Beta) |
ID | ckakdcagkiidpnaoakmahgopbignmogd |
Official URL | https://chromewebstore.google.com/detail/autify-ai-labs-beta/ckakdcagkiidpnaoakmahgopbignmogd |
Description | Collection of AI-powered features that make software tests easier on Autify. |
File Size | 235 KB |
Installation Count | 104 |
Current Version | 0.11.1 |
Last Updated | 2024-01-10 |
Publish Date | 2023-08-25 |
Developer | https://autify.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://autify.com/privacy |
Supported Languages | 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": [ " |