Postman Interceptor
Capture requests from any website and send them to Postman Client.
Postman Interceptor là gì?
Postman Interceptor là một tiện ích mở rộng Chrome được phát triển bởi https://postman.com, và tính năng chính của nó là "Capture requests from any website and send them to Postman Client.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Postman Interceptor
Tải xuống các tệp mở rộng Postman Interceptor 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Postman Interceptor |
ID | aicmkgpgakddgnaphhhpliifpcfhicfo |
URL Chính Thức | https://chromewebstore.google.com/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo |
Mô tả | Capture requests from any website and send them to Postman Client. |
Kích Thước Tệp | 459 KB |
Số Lần Cài Đặt | 800,000 |
Phiên Bản Hiện Tại | 3.0.5 |
Cập Nhật Lần Cuối | 2024-01-05 |
Ngày Phát Hành | 2020-06-18 |
Đánh Giá | 4.32/5 Tổng số 948 Đánh Giá |
Nhà Phát Triển | https://postman.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.postman.com |
URL Trang Trợ Giúp | https://github.com/postmanlabs/postman-app-support/issues |
URL Trang Chính Sách Bảo Mật | https://www.getpostman.com/licenses/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |