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
官方網址 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"
    }
}