Airwallex Interceptor
Test your branch without merging
Co je Airwallex Interceptor?
Airwallex Interceptor je rozšíření Chrome vyvinuté carl.jin, a jeho hlavní funkcí je „Test your branch without merging“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Airwallex Interceptor
Stáhněte si soubory rozšíření Airwallex Interceptor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Run your MFE application without container and test your feature branch without merge.
Základní Informace o Rozšíření
Název | Airwallex Interceptor |
ID | lmbgndjaiemmidfecifjijpeahajhpea |
Oficiální URL | https://chromewebstore.google.com/detail/airwallex-interceptor/lmbgndjaiemmidfecifjijpeahajhpea |
Popis | Test your branch without merging |
Velikost souboru | 460 KB |
Počet instalací | 187 |
Aktuální Verze | 2.37.9 |
Poslední Aktualizace | 2024-03-07 |
Datum Vydání | 2021-02-15 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | carl.jin |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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:\/\/*\/*" ] } ] } |