Autify Recorder

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

Autify Recorder là gì?

Autify Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://autify.com, và tính năng chính của nó là "The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Autify Recorder

Tải xuống các tệp mở rộng Autify Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Autify Recorder Autify Recorder
ID jggibfiodonlmkjbmlooehabjldddbgn
URL Chính Thức https://chromewebstore.google.com/detail/autify-recorder/jggibfiodonlmkjbmlooehabjldddbgn
Mô tả The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.
Kích Thước Tệp 2.24 MB
Số Lần Cài Đặt 7,691
Phiên Bản Hiện Tại 0.18.47
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2020-06-25
Đánh Giá 3.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://autify.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://autify.com
URL Trang Chính Sách Bảo Mật https://autify.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}