TestCase Studio Pro

TestCase Studio Pro record the user actions performed on a web application in English Sentences.

TestCase Studio Proとは何ですか?

TestCase Studio Proはhttps://selectorshub.comによって開発されたChromeの拡張機能で、その主な機能は「TestCase Studio Pro record the user actions performed on a web application in English Sentences.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

TestCase Studio Pro拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        TestCase Studio Pro is a plugin to record the user actions performed on a web application along with screenshots and screen recording. User can save or copy these recorded steps and screenshots.

Very simple 5 steps to start with Pro Version-
1- Add TestCase Studio Pro to your Chrome Browser.
2- Now pin the extension to tool bar in your browser. TestCase Studio Pro is installed and setup is ready.
3- Now checkout the plans and take the Free trial to experience the new timesaver innovations-
Compare and Take the Free Trial from here-
https://selectorshub.com/testcase-studio-pro/plans/

4- After taking a subscription you will get the login credentials.
5- Now Click on the TestCase Studio Pro logo in browser toolbar and here Login with the credentials which you have received in email after taking a subscription.

Wow!! You are all set, Enjoy using the Pro version and increase your productivity.

For any query please write us to [email protected]                    

拡張機能の基本情報

名前 TestCase Studio Pro TestCase Studio Pro
ID nbikaeclldnpbfeffmhakhfaekkbfjel
公式URL https://chromewebstore.google.com/detail/testcase-studio-pro/nbikaeclldnpbfeffmhakhfaekkbfjel
説明 TestCase Studio Pro record the user actions performed on a web application in English Sentences.
ファイルサイズ 945 KB
インストール数 927
現在のバージョン 2.1.6
最終更新日 2024-03-04
公開日 2022-03-17
評価 5.00/5 合計 4 レビュー
開発者 https://selectorshub.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://selectorshub.com/testcase-studio-pro/
ヘルプページのURL https://bit.ly/shub_slack
プライバシーポリシーページのURL https://selectorshub.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TestCase Studio Pro",
    "description": "__MSG_extDescription__",
    "author": "Sanjay Kumar",
    "homepage_url": "https:\/\/selectorshub.com\/testcase-studio\/",
    "default_locale": "en",
    "version": "2.1.6",
    "icons": {
        "128": "logo-128.png",
        "48": "logo-48.png",
        "96": "logo-96.png"
    },
    "action": {
        "default_title": "__MSG_extDefaultTitle__"
    },
    "background": {
        "service_worker": "extension\/background.js"
    },
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "content-script\/contentScript.css"
            ],
            "js": [
                "content-script\/browser-polyfill.min.js",
                "content-script\/injectedScript.js",
                "content-script\/consoleApi.js",
                "content-script\/contentScript.js",
                "content-script\/record-script.js",
                "content-script\/web-page.js"
            ],
            "match_about_blank": true
        }
    ],
    "offline_enabled": true
}