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.”。

擴展截圖

screenshot

下載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 miniOrange Reverse Proxy
ID peajojhfgnkmbgcobgccjejieibkgbld
官方網址 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
電子郵箱 [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\/*"
            ]
        }
    ]
}