TestCase Studio Pro

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

TestCase Studio Proคืออะไร?

TestCase Studio Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://selectorshub.com และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TestCase Studio Pro

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}