miniOrange Reverse Proxy
This Chrome extension enables the login with Google functionality for Google CASB Solution to login to 3rd party apps.
O que é miniOrange Reverse Proxy?
miniOrange Reverse Proxy é uma extensão do Chrome desenvolvida por miniOrange, e sua principal característica é "This Chrome extension enables the login with Google functionality for Google CASB Solution to login to 3rd party apps.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão miniOrange Reverse Proxy
Baixe arquivos de extensão miniOrange Reverse Proxy 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
This chrome extension enables secure screen sharing in Google Meet and facilitates CASB(cloud access security broker) solution for Google Workspace and login via Google to third-party applications. This solution works with miniOrange reverse proxy, making it ideal for businesses looking to maintain high levels of security and productivity in their day-to-day operations.
Informações Básicas da Extensão
Nome | miniOrange Reverse Proxy |
ID | peajojhfgnkmbgcobgccjejieibkgbld |
URL Oficial | https://chromewebstore.google.com/detail/miniorange-reverse-proxy/peajojhfgnkmbgcobgccjejieibkgbld |
Descrição | This Chrome extension enables the login with Google functionality for Google CASB Solution to login to 3rd party apps. |
Tamanho do Arquivo | 111 KB |
Contagem de Instalações | 47 |
Versão Atual | 1.3.5 |
Última Atualização | 2023-06-05 |
Data de Publicação | 2022-09-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | miniOrange |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.miniorange.com/usecases/miniOrange_Privacy_Policy.pdf |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "miniOrange Reverse Proxy", "action": { "default_popup": "popup.html" }, "version": "1.3.5", "description": "This Chrome extension enables the login with Google functionality for Google CASB Solution to login to 3rd party apps.", "icons": { "128": "\/images\/mo-icon.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "mo-background.js" ], "matches": [ "https:\/\/docs.google.com\/*", "https:\/\/drive.google.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/accounts.google.com\/*", "https:\/\/accounts.google.com.miniorange.com\/*", "https:\/\/accounts.google.com.cslworkspace.com\/*", "https:\/\/accounts.google.com.xecurify.com\/*" ] } ] } |