Boomerang - SOAP & REST Client

Seamlessly integrate and test SOAP & REST services.

Boomerang - SOAP & REST Clientとは何ですか?

Boomerang - SOAP & REST Clientはhttps://boomerangapi.comによって開発されたChromeの拡張機能で、その主な機能は「Seamlessly integrate and test SOAP & REST services.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Boomerang - SOAP & REST Client拡張機能のCRXファイルをダウンロード

Boomerang - SOAP & REST Client拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple testing tool to debug your APIs.

Boomerang is a lot faster than the other SOAP clients, generates SOAP requests with default values and it seamlessly integrate with the REST services. 

Boomerang allows you to organize SOAP & REST services in projects, and requests in collections.
It can also update the WSDL and import serialized XML.

We have integrated some amazing features in Boomerang which will provide suitable results and boost your project to new heights.

Features:
★ Seamlessly integrates SOAP and REST
★ Environment variables
★ Data Import & Export
★ Basic HTTP authentication
★ Organize services and requests
★ Import serialized XML
★ Query string builder
★ History of sent requests
★ HTML response preview
★ Syntax highlighting 
★ Set Custom Request Headers
★ Filter operations and requests 
★ TabJump, Duplicate request and many more.


WSDL Parser, HTTP Client, Soap Client, Rest Client, Open API, Swagger                    

拡張機能の基本情報

名前 Boomerang - SOAP & REST Client Boomerang - SOAP & REST Client
ID eipdnjedkpcnlmmdfdkgfpljanehloah
公式URL https://chromewebstore.google.com/detail/boomerang-soap-rest-clien/eipdnjedkpcnlmmdfdkgfpljanehloah
説明 Seamlessly integrate and test SOAP & REST services.
ファイルサイズ 638 KB
インストール数 104,866
現在のバージョン 7.7.6
最終更新日 2022-10-10
公開日 2020-02-03
評価 4.58/5 合計 993 レビュー
開発者 https://boomerangapi.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Boomerang - SOAP & REST Client",
    "short_name": "Boomerang",
    "description": "Seamlessly integrate and test SOAP & REST services.",
    "version": "7.7.6",
    "author": "Ashwin K",
    "offline_enabled": true,
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.boomerangapi.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "assets\/icon32.png"
    },
    "permissions": [
        "",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "unlimitedStorage",
        "tabs"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "128": "assets\/icon128.png",
        "256": "assets\/icon256.png"
    }
}