Airwallex Interceptor
Test your branch without merging
O que é Airwallex Interceptor?
Airwallex Interceptor é uma extensão do Chrome desenvolvida por carl.jin, e sua principal característica é "Test your branch without merging".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Airwallex Interceptor
Baixe arquivos de extensão Airwallex Interceptor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Run your MFE application without container and test your feature branch without merge.
Informações Básicas da Extensão
Nome | Airwallex Interceptor |
ID | lmbgndjaiemmidfecifjijpeahajhpea |
URL Oficial | https://chromewebstore.google.com/detail/airwallex-interceptor/lmbgndjaiemmidfecifjijpeahajhpea |
Descrição | Test your branch without merging |
Tamanho do Arquivo | 460 KB |
Contagem de Instalações | 187 |
Versão Atual | 2.37.9 |
Última Atualização | 2024-03-07 |
Data de Publicação | 2021-02-15 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | carl.jin |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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:\/\/*\/*" ] } ] } |