RESTEazy - One-click API Testing
This helps to create manual testcases based on the inputs in popup
Hvad er RESTEazy - One-click API Testing?
RESTEazy - One-click API Testing er en Chrome-udvidelse udviklet af virtualtechie, og dens hovedfunktion er "This helps to create manual testcases based on the inputs in popup".
Udvidelsesskærmbilleder
Download RESTEazy - One-click API Testing-udvidelses-CRX-fil
Download RESTEazy - One-click API Testing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        Chrome extension to create testcases for REST APIs.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | gabhpdopmgehahhoibfneklomcmcojog | 
| Officiel URL | https://chromewebstore.google.com/detail/resteazy-one-click-api-te/gabhpdopmgehahhoibfneklomcmcojog | 
| Beskrivelse | This helps to create manual testcases based on the inputs in popup | 
| Filstørrelse | 131 KB | 
| Antal Installationer | 161 | 
| Nuværende Version | 1.1 | 
| Senest Opdateret | 2014-10-01 | 
| Udgivelsesdato | 2014-10-01 | 
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser | 
| Udvikler | virtualtechie | 
| Betalingsmetode | free | 
| Understøttede Sprog | 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"
    }
}  |  |