Autify Recorder

The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.

What is Autify Recorder?

Autify Recorder is a Chrome extension developed by https://autify.com, and its main feature is "The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.".

Extension Screenshots

screenshot

Download Autify Recorder Extension CRX File

Download Autify Recorder 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

                        Features of Autify
- Anyone can easily automate test scenarios with this Chrome Extension.
- Manage test scenarios and test schedules on the management console.
- Cross-browser testing (including mobile browsers)
- AI-based test scenario self-maintenance.

Register here
https://autify.com                    

Extension Basic Information

Name Autify Recorder Autify Recorder
ID jggibfiodonlmkjbmlooehabjldddbgn
Official URL https://chromewebstore.google.com/detail/autify-recorder/jggibfiodonlmkjbmlooehabjldddbgn
Description The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.
File Size 2.24 MB
Installation Count 7,691
Current Version 0.18.47
Last Updated 2024-02-26
Publish Date 2020-06-25
Rating 3.88/5 Total 8 Ratings
Developer https://autify.com
Email [email protected]
Payment Type free
Extension Website https://autify.com
Privacy Policy Page URL https://autify.com/privacy
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.18.47",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "webRequest",
        "contextMenus",
        "webNavigation",
        "debugger",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' 'sha256-Wf9MlqLyvQhtxTTzbiQ3mMqkhAfzVF+lXvf3NRg\/duw='; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.autify.com\/*"
            ],
            "js": [
                "static\/js\/inject_to_editor.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png"
        },
        "default_title": "Autify Recorder"
    },
    "web_accessible_resources": [
        "static\/media\/*",
        "static\/js\/contentRecorder.js"
    ]
}