TestCase Studio Pro

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

O que é TestCase Studio Pro?

TestCase Studio Pro é uma extensão do Chrome desenvolvida por https://selectorshub.com, e sua principal característica é "TestCase Studio Pro record the user actions performed on a web application in English Sentences.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TestCase Studio Pro

Baixe arquivos de extensão TestCase Studio Pro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome TestCase Studio Pro TestCase Studio Pro
ID nbikaeclldnpbfeffmhakhfaekkbfjel
URL Oficial https://chromewebstore.google.com/detail/testcase-studio-pro/nbikaeclldnpbfeffmhakhfaekkbfjel
Descrição TestCase Studio Pro record the user actions performed on a web application in English Sentences.
Tamanho do Arquivo 945 KB
Contagem de Instalações 927
Versão Atual 2.1.6
Última Atualização 2024-03-04
Data de Publicação 2022-03-17
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://selectorshub.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://selectorshub.com/testcase-studio-pro/
URL da Página de Ajuda https://bit.ly/shub_slack
URL da Página de Política de Privacidade https://selectorshub.com/privacy-policy
Idiomas Suportados 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
}