Postman Interceptor

Capture requests from any website and send them to Postman Client.

Apa itu Postman Interceptor?

Postman Interceptor adalah ekstensi Chrome yang dikembangkan oleh https://postman.com, dan fitur utamanya adalah "Capture requests from any website and send them to Postman Client.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Postman Interceptor

Unduh file ekstensi Postman Interceptor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Postman Interceptor Postman Interceptor
ID aicmkgpgakddgnaphhhpliifpcfhicfo
URL Resmi https://chromewebstore.google.com/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo
Deskripsi Capture requests from any website and send them to Postman Client.
Ukuran File 459 KB
Jumlah Instalasi 800,000
Versi Saat Ini 3.0.5
Terakhir Diperbarui 2024-01-05
Tanggal Publikasi 2020-06-18
Penilaian 4.32/5 Total 948 Penilaian
Pengembang https://postman.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.postman.com
URL Halaman Bantuan https://github.com/postmanlabs/postman-app-support/issues
URL Halaman Kebijakan Privasi https://www.getpostman.com/licenses/privacy
Bahasa yang Didukung 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"
}