Postman Interceptor
Capture requests from any website and send them to Postman Client.
Qu'est-ce que Postman Interceptor ?
Postman Interceptor est une extension Chrome développée par https://postman.com, et sa fonction principale est "Capture requests from any website and send them to Postman Client.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Postman Interceptor
Téléchargez les fichiers d'extension Postman Interceptor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Postman Interceptor |
ID | aicmkgpgakddgnaphhhpliifpcfhicfo |
URL Officiel | https://chromewebstore.google.com/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo |
Description | Capture requests from any website and send them to Postman Client. |
Taille du Fichier | 459 KB |
Nombre d'Installations | 800,000 |
Version Actuelle | 3.0.5 |
Dernière Mise à Jour | 2024-01-05 |
Date de Publication | 2020-06-18 |
Évaluation | 4.32/5 Total 948 Évaluations |
Développeur | https://postman.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.postman.com |
URL de la Page d'Aide | https://github.com/postmanlabs/postman-app-support/issues |
URL de la Page de Politique de Confidentialité | https://www.getpostman.com/licenses/privacy |
Langues Prises en Charge | 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" } |