RESTEazy - One-click API Testing
This helps to create manual testcases based on the inputs in popup
Co to jest RESTEazy - One-click API Testing?
RESTEazy - One-click API Testing to rozszerzenie Chrome opracowane przez virtualtechie, a jego główną funkcją jest „This helps to create manual testcases based on the inputs in popup”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RESTEazy - One-click API Testing
Pobierz pliki rozszerzeń RESTEazy - One-click API Testing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        Chrome extension to create testcases for REST APIs.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | gabhpdopmgehahhoibfneklomcmcojog | 
| Oficjalny URL | https://chromewebstore.google.com/detail/resteazy-one-click-api-te/gabhpdopmgehahhoibfneklomcmcojog | 
| Opis | This helps to create manual testcases based on the inputs in popup | 
| Rozmiar pliku | 131 KB | 
| Liczba instalacji | 161 | 
| Aktualna Wersja | 1.1 | 
| Ostatnia Aktualizacja | 2014-10-01 | 
| Data Publikacji | 2014-10-01 | 
| Ocena | 5.00/5 Łącznie 4 Oceny | 
| Deweloper | virtualtechie | 
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
    }
}  |  |