Scandium Test Scenario Recorder

Turn your site interactions into actionable steps that can be repeated

Scandium Test Scenario Recorder là gì?

Scandium Test Scenario Recorder là một tiện ích mở rộng Chrome được phát triển bởi Scandium Systems, và tính năng chính của nó là "Turn your site interactions into actionable steps that can be repeated".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Scandium Test Scenario 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

                        Scandium helps testers, and non-technical product owners create test automation of the web apps by recording their site interactions and replaying the recorded steps.                    

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

Tên Scandium Test Scenario Recorder Scandium Test Scenario Recorder
ID dokpohocljpghkmobklkccilgdiecgok
URL Chính Thức https://chromewebstore.google.com/detail/scandium-test-scenario-re/dokpohocljpghkmobklkccilgdiecgok
Mô tả Turn your site interactions into actionable steps that can be repeated
Kích Thước Tệp 293 KB
Số Lần Cài Đặt 259
Phiên Bản Hiện Tại 0.0.58 private beta
Cập Nhật Lần Cuối 2024-03-06
Ngày Phát Hành 2023-02-15
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Scandium Systems
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getscandium.com
URL Trang Chính Sách Bảo Mật https://getscandium.com/scandium-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scandium Test Scenario Recorder",
    "description": "Turn your site interactions into actionable steps that can be repeated",
    "version": "0.0.58",
    "version_name": "0.0.58 private beta",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "incognito": "spanning",
    "permissions": [
        "storage",
        "webNavigation",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "match_about_blank": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/playback.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "http:\/\/*.getscandium.com\/*",
                "https:\/\/*.getscandium.com\/*",
                "http:\/\/localhost\/*",
                "https:\/\/*.pages.dev\/*",
                "http:\/\/*.pages.dev\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/activate.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/hackDialogBoxes.js",
                "icons\/stop.png",
                "icons\/assertion.png",
                "icons\/mail.png",
                "icons\/sms.png",
                "icons\/move.png",
                "icons\/dropdown.png",
                "frames\/overlayFrame\/frame.html",
                "frames\/overlayFrame\/toolbar.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/*.getscandium.com\/*",
            "https:\/\/*.getscandium.com\/*",
            "http:\/\/localhost\/*",
            "http:\/\/127.0.0.1\/*",
            "https:\/\/*.draft-scandium-controller.pages.dev\/*",
            "http:\/\/*.draft-scandium-controller.pages.dev\/*",
            "https:\/\/draft-scandium-controller.pages.dev\/app\/*",
            "http:\/\/draft-scandium-controller.pages.dev\/*"
        ]
    }
}