RESTEazy - One-click API Testing

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

Apa itu RESTEazy - One-click API Testing?

RESTEazy - One-click API Testing adalah ekstensi Chrome yang dikembangkan oleh virtualtechie, dan fitur utamanya adalah "This helps to create manual testcases based on the inputs in popup".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RESTEazy - One-click API Testing

Unduh file ekstensi RESTEazy - One-click API Testing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Chrome extension to create testcases for REST APIs.                    

Informasi Dasar Ekstensi

Nama RESTEazy - One-click API Testing RESTEazy - One-click API Testing
ID gabhpdopmgehahhoibfneklomcmcojog
URL Resmi https://chromewebstore.google.com/detail/resteazy-one-click-api-te/gabhpdopmgehahhoibfneklomcmcojog
Deskripsi This helps to create manual testcases based on the inputs in popup
Ukuran File 131 KB
Jumlah Instalasi 161
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-10-01
Tanggal Publikasi 2014-10-01
Penilaian 5.00/5 Total 4 Penilaian
Pengembang virtualtechie
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}