RESTEazy - One-click API Testing

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

什么是RESTEazy - One-click API Testing?

RESTEazy - One-click API Testing是由virtualtechie开发的Chrome扩展程序,该扩展的主要功能是“This helps to create manual testcases based on the inputs in popup”。

扩展截图

screenshot

下载RESTEazy - One-click API Testing扩展crx文件

下载RESTEazy - One-click API Testing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Chrome extension to create testcases for REST APIs.                    

扩展基本信息

名称 RESTEazy - One-click API Testing RESTEazy - One-click API Testing
ID gabhpdopmgehahhoibfneklomcmcojog
官方URL https://chromewebstore.google.com/detail/resteazy-one-click-api-te/gabhpdopmgehahhoibfneklomcmcojog
简介 This helps to create manual testcases based on the inputs in popup
文件大小 131 KB
安装次数 161
当前版本 1.1
更新时间 2014-10-01
上架时间 2014-10-01
评分 5.00/5 共4次评分
开发者 virtualtechie
付费类型 free
支持的语言 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"
    }
}