Autify Recorder

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

Vad är Autify Recorder?

Autify Recorder är en Chrome-tillägg utvecklad av https://autify.com, och dess huvudfunktion är "The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.".

Tilläggsskärmbilder

screenshot

Ladda ner Autify Recorder-förlängningens CRX-fil

Ladda ner Autify Recorder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Autify Recorder Autify Recorder
ID jggibfiodonlmkjbmlooehabjldddbgn
Officiell webbadress https://chromewebstore.google.com/detail/autify-recorder/jggibfiodonlmkjbmlooehabjldddbgn
Beskrivning The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.
Filstorlek 2.24 MB
Antal Installationer 7,691
Aktuell Version 0.18.47
Senast Uppdaterad 2024-02-26
Publiceringsdatum 2020-06-25
Betyg 3.88/5 Totalt 8 Betyg
Utvecklare https://autify.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://autify.com
URL till Sekretesspolicy Sidan https://autify.com/privacy
Stödda Språk 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"
    ]
}