RESTEazy - One-click API Testing
This helps to create manual testcases based on the inputs in popup
Vad är RESTEazy - One-click API Testing?
RESTEazy - One-click API Testing är en Chrome-tillägg utvecklad av virtualtechie, och dess huvudfunktion är "This helps to create manual testcases based on the inputs in popup".
Tilläggsskärmbilder
Ladda ner RESTEazy - One-click API Testing-förlängningens CRX-fil
Ladda ner RESTEazy - One-click API Testing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Chrome extension to create testcases for REST APIs. Grundläggande Information om Tillägg
| Namn | |
| ID | gabhpdopmgehahhoibfneklomcmcojog |
| Officiell webbadress | https://chromewebstore.google.com/detail/resteazy-one-click-api-te/gabhpdopmgehahhoibfneklomcmcojog |
| Beskrivning | This helps to create manual testcases based on the inputs in popup |
| Filstorlek | 131 KB |
| Antal Installationer | 161 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2014-10-01 |
| Publiceringsdatum | 2014-10-01 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | virtualtechie |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |