Autify Recorder

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

Τι είναι το Autify Recorder;

Το Autify Recorder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://autify.com, και η κύρια λειτουργία του είναι "The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Autify Recorder

Λήψη αρχείων επέκτασης Autify Recorder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Autify Recorder Autify Recorder
ID jggibfiodonlmkjbmlooehabjldddbgn
Επίσημο URL https://chromewebstore.google.com/detail/autify-recorder/jggibfiodonlmkjbmlooehabjldddbgn
Περιγραφή The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.
Μέγεθος Αρχείου 2.24 MB
Αριθμός Εγκαταστάσεων 7,691
Τρέχουσα Έκδοση 0.18.47
Τελευταία Ενημέρωση 2024-02-26
Ημερομηνία Δημοσίευσης 2020-06-25
Αξιολόγηση 3.88/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://autify.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://autify.com
URL της Σελίδας Πολιτικής Απορρήτου https://autify.com/privacy
Υποστηριζόμενες Γλώσσες 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"
    ]
}