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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}