RESTEazy - One-click API Testing

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

Cos'è RESTEazy - One-click API Testing?

RESTEazy - One-click API Testing è un'estensione di Chrome sviluppata da virtualtechie, e la sua funzione principale è "This helps to create manual testcases based on the inputs in popup".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RESTEazy - One-click API Testing

Scarica i file di estensione RESTEazy - One-click API Testing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Chrome extension to create testcases for REST APIs.                    

Informazioni di Base sull'Estensione

Nome RESTEazy - One-click API Testing RESTEazy - One-click API Testing
ID gabhpdopmgehahhoibfneklomcmcojog
URL Ufficiale https://chromewebstore.google.com/detail/resteazy-one-click-api-te/gabhpdopmgehahhoibfneklomcmcojog
Descrizione This helps to create manual testcases based on the inputs in popup
Dimensione del File 131 KB
Conteggio Installazioni 161
Versione Corrente 1.1
Ultimo Aggiornamento 2014-10-01
Data di Pubblicazione 2014-10-01
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore virtualtechie
Tipo di Pagamento free
Lingue Supportate 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"
    }
}