Scandium Test Scenario Recorder

Turn your site interactions into actionable steps that can be repeated

Scandium Test Scenario Recorderとは何ですか?

Scandium Test Scenario RecorderはScandium Systemsによって開発されたChromeの拡張機能で、その主な機能は「Turn your site interactions into actionable steps that can be repeated」です。

拡張機能のスクリーンショット

screenshot
screenshot

Scandium Test Scenario Recorder拡張機能のCRXファイルをダウンロード

Scandium Test Scenario Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Scandium Test Scenario Recorder Scandium Test Scenario Recorder
ID dokpohocljpghkmobklkccilgdiecgok
公式URL https://chromewebstore.google.com/detail/scandium-test-scenario-re/dokpohocljpghkmobklkccilgdiecgok
説明 Turn your site interactions into actionable steps that can be repeated
ファイルサイズ 293 KB
インストール数 259
現在のバージョン 0.0.58 private beta
最終更新日 2024-03-06
公開日 2023-02-15
評価 5.00/5 合計 12 レビュー
開発者 Scandium Systems
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://getscandium.com
プライバシーポリシーページのURL https://getscandium.com/scandium-privacy-policy
対応言語 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\/*"
        ]
    }
}