Autify Recorder

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

Wat is Autify Recorder?

Autify Recorder is een Chrome-extensie ontwikkeld door https://autify.com, en de belangrijkste functie is "The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Autify Recorder

Download Autify Recorder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Autify Recorder Autify Recorder
ID jggibfiodonlmkjbmlooehabjldddbgn
Officiële URL https://chromewebstore.google.com/detail/autify-recorder/jggibfiodonlmkjbmlooehabjldddbgn
Beschrijving The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.
Bestandsgrootte 2.24 MB
Aantal Installaties 7,691
Huidige Versie 0.18.47
Laatst Bijgewerkt 2024-02-26
Publicatiedatum 2020-06-25
Beoordeling 3.88/5 Totaal 8 Beoordelingen
Ontwikkelaar https://autify.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://autify.com
URL van de Privacybeleid Pagina https://autify.com/privacy
Ondersteunde Talen 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"
    ]
}