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" } |