Boomerang - SOAP & REST Client

Seamlessly integrate and test SOAP & REST services.

Boomerang - SOAP & REST Client là gì?

Boomerang - SOAP & REST Client là một tiện ích mở rộng Chrome được phát triển bởi https://boomerangapi.com, và tính năng chính của nó là "Seamlessly integrate and test SOAP & REST services.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Boomerang - SOAP & REST Client

Tải xuống các tệp mở rộng Boomerang - SOAP & REST Client dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Boomerang - SOAP & REST Client Boomerang - SOAP & REST Client
ID eipdnjedkpcnlmmdfdkgfpljanehloah
URL Chính Thức https://chromewebstore.google.com/detail/boomerang-soap-rest-clien/eipdnjedkpcnlmmdfdkgfpljanehloah
Mô tả Seamlessly integrate and test SOAP & REST services.
Kích Thước Tệp 638 KB
Số Lần Cài Đặt 104,866
Phiên Bản Hiện Tại 7.7.6
Cập Nhật Lần Cuối 2022-10-10
Ngày Phát Hành 2020-02-03
Đánh Giá 4.58/5 Tổng số 993 Đánh Giá
Nhà Phát Triển https://boomerangapi.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}