miniOrange Reverse Proxy
This Chrome extension enables the login with Google functionality for Google CASB Solution to login to 3rd party apps.
miniOrange Reverse Proxyとは何ですか?
miniOrange Reverse ProxyはminiOrangeによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension enables the login with Google functionality for Google CASB Solution to login to 3rd party apps.」です。
拡張機能のスクリーンショット
miniOrange Reverse Proxy拡張機能のCRXファイルをダウンロード
miniOrange Reverse Proxy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | miniOrange Reverse Proxy |
ID | peajojhfgnkmbgcobgccjejieibkgbld |
公式URL | https://chromewebstore.google.com/detail/miniorange-reverse-proxy/peajojhfgnkmbgcobgccjejieibkgbld |
説明 | This Chrome extension enables the login with Google functionality for Google CASB Solution to login to 3rd party apps. |
ファイルサイズ | 111 KB |
インストール数 | 47 |
現在のバージョン | 1.3.5 |
最終更新日 | 2023-06-05 |
公開日 | 2022-09-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | miniOrange |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.miniorange.com/usecases/miniOrange_Privacy_Policy.pdf |
対応言語 | 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\/*" ] } ] } |