Postman Interceptor
Capture requests from any website and send them to Postman Client.
Postman Interceptorคืออะไร?
Postman Interceptor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://postman.com และคุณลักษณะหลักของมันคือ "Capture requests from any website and send them to Postman Client."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Postman Interceptor
ดาวน์โหลดไฟล์ส่วนขยาย Postman Interceptor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Postman Interceptor helps you send requests which use browser cookies through the Postman app. It can also send headers which are normally restricted by Chrome but are critical for testing APIs. The Interceptor makes this process painless. Something that would have required a proxy earlier can now be achieved without any installation steps or extra configuration.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Postman Interceptor |
ID | aicmkgpgakddgnaphhhpliifpcfhicfo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo |
คำอธิบาย | Capture requests from any website and send them to Postman Client. |
ขนาดไฟล์ | 459 KB |
จำนวนการติดตั้ง | 800,000 |
เวอร์ชันปัจจุบัน | 3.0.5 |
อัปเดตครั้งล่าสุด | 2024-01-05 |
วันที่เผยแพร่ | 2020-06-18 |
คะแนน | 4.32/5 รวมทั้งหมด 948 คะแนน |
ผู้พัฒนา | https://postman.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.postman.com |
URL หน้าช่วยเหลือ | https://github.com/postmanlabs/postman-app-support/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://www.getpostman.com/licenses/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Postman Interceptor", "description": "Capture requests from any website and send them to Postman Client.", "icons": { "16": "assets\/interceptor_16x16.png", "32": "assets\/interceptor_32x32.png", "48": "assets\/interceptor_48x48.png", "128": "assets\/interceptor_128x128.png" }, "action": { "default_title": "Postman Interceptor", "default_icon": "assets\/interceptor_48x48.png", "default_popup": "html\/index.html" }, "background": { "service_worker": "background\/background.js", "type": "module" }, "host_permissions": [ "*:\/\/*\/**" ], "permissions": [ "webRequest", "nativeMessaging", "storage", "cookies" ], "manifest_version": 3, "version": "3.0.5" } |