RESTEazy - One-click API Testing

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

¿Qué es RESTEazy - One-click API Testing?

RESTEazy - One-click API Testing es una extensión de Chrome desarrollada por virtualtechie, y su función principal es "This helps to create manual testcases based on the inputs in popup".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión RESTEazy - One-click API Testing

Descarga archivos de extensión RESTEazy - One-click API Testing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Chrome extension to create testcases for REST APIs.                    

Información Básica de la Extensión

Nombre 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
Descripción This helps to create manual testcases based on the inputs in popup
Tamaño del Archivo 131 KB
Cantidad de Instalaciones 161
Versión Actual 1.1
Última Actualización 2014-10-01
Fecha de Publicación 2014-10-01
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador virtualtechie
Tipo de Pago free
Idiomas Soportados 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"
    }
}