Airwallex Interceptor

Test your branch without merging

Apa itu Airwallex Interceptor?

Airwallex Interceptor adalah ekstensi Chrome yang dikembangkan oleh carl.jin, dan fitur utamanya adalah "Test your branch without merging".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Airwallex Interceptor

Unduh file ekstensi Airwallex 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

                        Run your MFE application without container and test your feature branch without merge.                    

Informasi Dasar Ekstensi

Nama Airwallex Interceptor Airwallex Interceptor
ID lmbgndjaiemmidfecifjijpeahajhpea
URL Resmi https://chromewebstore.google.com/detail/airwallex-interceptor/lmbgndjaiemmidfecifjijpeahajhpea
Deskripsi Test your branch without merging
Ukuran File 460 KB
Jumlah Instalasi 187
Versi Saat Ini 2.37.9
Terakhir Diperbarui 2024-03-07
Tanggal Publikasi 2021-02-15
Penilaian 5.00/5 Total 3 Penilaian
Pengembang carl.jin
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Airwallex Interceptor",
    "version": "2.37.9",
    "description": "Test your branch without merging",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "images\/airwallex.png",
        "32": "images\/airwallex.png",
        "48": "images\/airwallex.png",
        "128": "images\/airwallex.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "dist\/serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/*.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}