RESTEazy - One-click API Testing

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

What is RESTEazy - One-click API Testing?

RESTEazy - One-click API Testing is a Chrome extension developed by virtualtechie, and its main feature is "This helps to create manual testcases based on the inputs in popup".

Extension Screenshots

screenshot

Download RESTEazy - One-click API Testing Extension CRX File

Download RESTEazy - One-click API Testing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome extension to create testcases for REST APIs.                    

Extension Basic Information

Name RESTEazy - One-click API Testing RESTEazy - One-click API Testing
ID gabhpdopmgehahhoibfneklomcmcojog
Official URL https://chromewebstore.google.com/detail/resteazy-one-click-api-te/gabhpdopmgehahhoibfneklomcmcojog
Description This helps to create manual testcases based on the inputs in popup
File Size 131 KB
Installation Count 161
Current Version 1.1
Last Updated 2014-10-01
Publish Date 2014-10-01
Rating 5.00/5 Total 4 Ratings
Developer virtualtechie
Payment Type free
Supported Languages 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"
    }
}