PostWoman Http Test

PostWoman is a plug for testing RESTful web services, like postman.

PostWoman Http Testคืออะไร?

PostWoman Http Test เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://api.crap.cn และคุณลักษณะหลักของมันคือ "PostWoman is a plug for testing RESTful web services, like postman."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PostWoman Http Test

ดาวน์โหลดไฟล์ส่วนขยาย PostWoman Http Test ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ApiDebug is a browser plug-in for testing RESTful web services.A tool like postman and resteasy. It might be used for testing other HTTP communications too. Support interface debugging (POST, GET), support JSON, XML and other parameters. If you want to save data to you own database, use the API administration tool -CrapApi(a tool to admin interface and save ApiDebug data. CrapApi is open sourced, you also can use the online service, is free to all. The website url is http://api.crap.cn)

ApiDebug是一个完全开源免费的接口调试插件,该插件可独立使用,数据支持本地存储也可同步至云端。支持post、get、xml、josn等测试。

相比于Postman等插件,apiDebug有完善的接口管理系统(api.crap.cn 可内网部署),系统支持接口、文档等管理、中英双语等。产品开发来着BAT,拥有丰富的接口开发、调试经验,产品不断更新迭代,更适合国内用户使用。


Suggest「意见&吐槽」
Email:[email protected]
QQ群:515305698

keyword 「关键词」
Restfull,API debug,接口调试,开源接口调试,postman,postmen,resulteasy,http request,http test,https,postwoman,request,https test、接口测试、接口调试、http接口测试、http接口调试、https接口测试、https接口调试、接口开发工具、http模拟工具

Source Code「源码地址」
码云地址:http://git.oschina.net/CrapApi/ApiDebug
GitHub:https://github.com/EhsanTang/ApiDebug                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PostWoman Http Test PostWoman Http Test
ID ieoejemkppmjcdfbnfphhpbfmallhfnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/postwoman-http-test/ieoejemkppmjcdfbnfphhpbfmallhfnc
คำอธิบาย PostWoman is a plug for testing RESTful web services, like postman.
ขนาดไฟล์ 834 KB
จำนวนการติดตั้ง 60,000
เวอร์ชันปัจจุบัน 1.2.7
อัปเดตครั้งล่าสุด 2022-08-07
วันที่เผยแพร่ 2020-04-12
คะแนน 4.52/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา https://api.crap.cn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://api.crap.cn
URL หน้าช่วยเหลือ https://api.crap.cn/index.do#/article/detail?projectId=web&moduleId=web&type=ARTICLE&id=APIDEBUG
URL หน้านโยบายความเป็นส่วนตัว https://api.crap.cn/static/help/162045111547401000248.html
ภาษาที่รองรับ en,en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.7",
    "default_locale": "zh_CN",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "author": "[email protected]",
    "icons": {
        "64": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "__MSG_appName__",
        "default_popup": "index.html"
    },
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies"
    ],
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "source\/tools\/jquery-1.9.1.min.js",
                "source\/content_scripts.js"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    }
}