Autify Recorder

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

Cos'è Autify Recorder?

Autify Recorder è un'estensione di Chrome sviluppata da https://autify.com, e la sua funzione principale è "The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Autify Recorder

Scarica i file di estensione Autify Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Autify Recorder Autify Recorder
ID jggibfiodonlmkjbmlooehabjldddbgn
URL Ufficiale https://chromewebstore.google.com/detail/autify-recorder/jggibfiodonlmkjbmlooehabjldddbgn
Descrizione The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.
Dimensione del File 2.24 MB
Conteggio Installazioni 7,691
Versione Corrente 0.18.47
Ultimo Aggiornamento 2024-02-26
Data di Pubblicazione 2020-06-25
Valutazione 3.88/5 Totale 8 Valutazioni
Sviluppatore https://autify.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://autify.com
URL della Pagina della Politica sulla Privacy https://autify.com/privacy
Lingue Supportate 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"
    ]
}