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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में TestCase Studio Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}