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
官方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
电子邮箱 [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\/*"
            ]
        }
    ]
}