RESTEazy - One-click API Testing

This helps to create manual testcases based on the inputs in popup

O que é RESTEazy - One-click API Testing?

RESTEazy - One-click API Testing é uma extensão do Chrome desenvolvida por virtualtechie, e sua principal característica é "This helps to create manual testcases based on the inputs in popup".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RESTEazy - One-click API Testing

Baixe arquivos de extensão RESTEazy - One-click API Testing 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

                        Chrome extension to create testcases for REST APIs.                    

Informações Básicas da Extensão

Nome RESTEazy - One-click API Testing RESTEazy - One-click API Testing
ID gabhpdopmgehahhoibfneklomcmcojog
URL Oficial https://chromewebstore.google.com/detail/resteazy-one-click-api-te/gabhpdopmgehahhoibfneklomcmcojog
Descrição This helps to create manual testcases based on the inputs in popup
Tamanho do Arquivo 131 KB
Contagem de Instalações 161
Versão Atual 1.1
Última Atualização 2014-10-01
Data de Publicação 2014-10-01
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor virtualtechie
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RESTEazy - One-click API Testing",
    "description": "This helps to create manual testcases based on the inputs in popup",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    }
}