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"
    }
}