Talend API Tester - Free Edition

Visually interact with REST, SOAP and HTTP APIs.

什么是Talend API Tester - Free Edition?

Talend API Tester - Free Edition是由chromewebstore开发的Chrome扩展程序,该扩展的主要功能是“Visually interact with REST, SOAP and HTTP APIs.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Talend API Tester - Free Edition扩展crx文件

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

扩展使用说明

                        Welcome to Talend API Tester - Free Edition, formerly known as Restlet Client. Talend API Tester makes it easy to invoke, discover and test HTTP and REST APIs. 

Talend API Tester - Free Edition's main functions include: 

1. Send requests and inspect responses

Talend API Tester - Free Edition handles all HTTP requests, no matter how complex. Requests can be made dynamic by inserting variables. Security and authentication are fully supported, as well as hypermedia and HTML forms. You can visualize, prettify and inspect HTTP responses.

2. Validate API behavior

Whether you want to check that your API is behaving as specified, or you need to confirm how well third-party APIs are responding, Talend API Tester lets you perform many sorts of API response tests. Use assertions to validate values of headers, parts of the body or response time among others. Environments variables can also be created to increase the reusability of your tests.


Key features:

  - Interact with REST or simple HTTP APIs through a visual and easy-to-use UI
  - View and search your call history. Edit and re-send requests from history.
  - Save and organize your requests into projects and services.
  - Build dynamic requests with custom variables, security and authentication.
  - Visualise and inspect responses of different format (JSON, XML, HTML, images...) using different views (raw, pretty, preview) 
  - Validate responses with assertions (status, headers, XML and JSON body, response time...)
  - Easily import your Postman Collections, Swagger / OAS / OpenAPI and HAR (HTTP Archive).


---

Why does Talend API Tester require "Read and change all your data on the websites you visit" and "Communicate with cooperating websites" permissions?

Chrome extensions which need access to internet resources must have the resources declared in their manifest which can be a list of URLs or URL mask. For example, http://*/* allow access to any URL. Allowing access to any URL is a primary function of Talend API Tester. The URL mask with wildcards is interpreted by Chrome Web Store as Talend API Tester can read and change all your data on the websites you visit, without meaning that the app is doing something wrong.                    

扩展基本信息

名称 Talend API Tester - Free Edition Talend API Tester - Free Edition
ID aejoelaoggembcahagimdiliamlcdmfm
官方URL https://chromewebstore.google.com/detail/talend-api-tester-free-ed/aejoelaoggembcahagimdiliamlcdmfm
简介 Visually interact with REST, SOAP and HTTP APIs.
文件大小 6.01 MB
安装次数 646,266
当前版本 25.12.0
更新时间 2024-01-11
上架时间 2020-05-20
评分 4.76/5 共4165次评分
开发者 chromewebstore
付费类型 free
扩展官网 https://www.talend.com
帮助页面URL https://community.talend.com/t5/Design-and-Development/bd-p/integrating
隐私政策页面URL https://www.talend.com/contacts-privacy-policy
支持的语言 de,en,fr,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "images\/icon\/application_128.png",
        "default_popup": "application_launcher.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "loginContentScript.js"
            ],
            "matches": [
                "http:\/\/localhost:9008\/static\/extension\/*\/login.html*",
                "https:\/\/api-apit-service.api.dev.datapwn.com\/static\/extension\/*\/login.html*",
                "https:\/\/api-apit-service.int.cloud.talend.com\/static\/extension\/*\/login.html*",
                "https:\/\/api-apit-service.at.cloud.talend.com\/static\/extension\/*\/login.html*",
                "https:\/\/api-apit-service.us.cloud.talend.com\/static\/extension\/*\/login.html*",
                "https:\/\/api-apit-service.eu.cloud.talend.com\/static\/extension\/*\/login.html*",
                "https:\/\/api-apit-service.ap.cloud.talend.com\/static\/extension\/*\/login.html*",
                "https:\/\/api-apit-service.au.cloud.talend.com\/static\/extension\/*\/login.html*",
                "https:\/\/api-apit-service.az-staging.cloud.talend.com\/static\/extension\/*\/login.html*",
                "https:\/\/api-apit-service.az-sandbox.cloud.talend.com\/static\/extension\/*\/login.html*",
                "https:\/\/api-apit-service.us-west.cloud.talend.com\/static\/extension\/*\/login.html*"
            ]
        },
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "sharingContentScript.js"
            ],
            "matches": [
                "http:\/\/localhost:8786\/*",
                "https:\/\/api-sharing.api.dev.datapwn.com\/*",
                "https:\/\/api-sharing.int.cloud.talend.com\/*",
                "https:\/\/api-sharing.at.cloud.talend.com\/*",
                "https:\/\/api-sharing.eu.cloud.talend.com\/*",
                "https:\/\/api-sharing.us.cloud.talend.com\/*",
                "https:\/\/api-sharing.ap.cloud.talend.com\/*",
                "https:\/\/api-sharing.au.cloud.talend.com\/*",
                "https:\/\/api-sharing.az-sandbox.cloud.talend.com\/*",
                "https:\/\/api-sharing.az-staging.cloud.talend.com\/*",
                "https:\/\/api-sharing.us-west.cloud.talend.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' http:\/\/localhost:9876\/; object-src 'self'; img-src 'self' data: https:\/\/*.githubusercontent.com\/ https:\/\/app.pendo.io\/ https:\/\/data.pendo.io\/ https:\/\/pendo-eu-static-4506491721089024.storage.googleapis.com https:\/\/pendo-static-4506491721089024.storage.googleapis.com https:\/\/*.talend.com https:\/\/www.google.com\/ads\/ga-audiences; frame-src 'self' data: https:\/\/app.pendo.io\/ https:\/\/api-sharing.int.cloud.talend.com https:\/\/api-sharing.at.cloud.talend.com https:\/\/api-sharing.us.cloud.talend.com https:\/\/api-sharing.eu.cloud.talend.com https:\/\/api-sharing.ap.cloud.talend.com https:\/\/api-sharing.au.cloud.talend.com https:\/\/api-sharing.az-sandbox.cloud.talend.com https:\/\/api-sharing.az-staging.cloud.talend.com https:\/\/api-sharing.us-west.cloud.talend.com http:\/\/api-sharing.api.dev.datapwn.com http:\/\/localhost:8786 http:\/\/localhost:9876;"
    },
    "default_locale": "en",
    "description": "__MSG_extDescriptionFree__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon\/application_16.png",
        "24": "images\/icon\/application_24.png",
        "32": "images\/icon\/application_32.png",
        "48": "images\/icon\/application_48.png",
        "64": "images\/icon\/application_64.png",
        "128": "images\/icon\/application_128.png"
    },
    "incognito": "not_allowed",
    "manifest_version": 3,
    "minimum_chrome_version": "89",
    "name": "__MSG_extNameFree__",
    "offline_enabled": true,
    "options_page": "application_launcher.html#settings",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "declarativeNetRequest",
        "clipboardWrite",
        "identity",
        "scripting"
    ],
    "short_name": "__MSG_extNameFree__",
    "version": "25.12.0",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon\/favicon.ico",
                "js\/remote-scripts\/agent\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "extension_ids": [
                "lpmbnnofoladigefncpmimbbhbgpplil"
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    }
}