RESTEazy - One-click API Testing

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

Qu'est-ce que RESTEazy - One-click API Testing ?

RESTEazy - One-click API Testing est une extension Chrome développée par virtualtechie, et sa fonction principale est "This helps to create manual testcases based on the inputs in popup".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RESTEazy - One-click API Testing

Téléchargez les fichiers d'extension RESTEazy - One-click API Testing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Chrome extension to create testcases for REST APIs.                    

Informations de Base sur l'Extension

Nom RESTEazy - One-click API Testing RESTEazy - One-click API Testing
ID gabhpdopmgehahhoibfneklomcmcojog
URL Officiel https://chromewebstore.google.com/detail/resteazy-one-click-api-te/gabhpdopmgehahhoibfneklomcmcojog
Description This helps to create manual testcases based on the inputs in popup
Taille du Fichier 131 KB
Nombre d'Installations 161
Version Actuelle 1.1
Dernière Mise à Jour 2014-10-01
Date de Publication 2014-10-01
Évaluation 5.00/5 Total 4 Évaluations
Développeur virtualtechie
Type de Paiement free
Langues Prises en Charge 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"
    }
}