RESTEazy - One-click API Testing

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

Wat is RESTEazy - One-click API Testing?

RESTEazy - One-click API Testing is een Chrome-extensie ontwikkeld door virtualtechie, en de belangrijkste functie is "This helps to create manual testcases based on the inputs in popup".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RESTEazy - One-click API Testing

Download RESTEazy - One-click API Testing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Chrome extension to create testcases for REST APIs.                    

Basisinformatie over de Extensie

Naam RESTEazy - One-click API Testing RESTEazy - One-click API Testing
ID gabhpdopmgehahhoibfneklomcmcojog
Officiële URL https://chromewebstore.google.com/detail/resteazy-one-click-api-te/gabhpdopmgehahhoibfneklomcmcojog
Beschrijving This helps to create manual testcases based on the inputs in popup
Bestandsgrootte 131 KB
Aantal Installaties 161
Huidige Versie 1.1
Laatst Bijgewerkt 2014-10-01
Publicatiedatum 2014-10-01
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar virtualtechie
Betalingswijze free
Ondersteunde Talen 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"
    }
}