miniOrange Reverse Proxy

This Chrome extension enables the login with Google functionality for Google CASB Solution to login to 3rd party apps.

What is miniOrange Reverse Proxy?

miniOrange Reverse Proxy is a Chrome extension developed by miniOrange, and its main feature is "This Chrome extension enables the login with Google functionality for Google CASB Solution to login to 3rd party apps.".

Extension Screenshots

screenshot

Download miniOrange Reverse Proxy Extension CRX File

Download miniOrange Reverse Proxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name miniOrange Reverse Proxy miniOrange Reverse Proxy
ID peajojhfgnkmbgcobgccjejieibkgbld
Official URL https://chromewebstore.google.com/detail/miniorange-reverse-proxy/peajojhfgnkmbgcobgccjejieibkgbld
Description This Chrome extension enables the login with Google functionality for Google CASB Solution to login to 3rd party apps.
File Size 111 KB
Installation Count 47
Current Version 1.3.5
Last Updated 2023-06-05
Publish Date 2022-09-23
Rating 5.00/5 Total 1 Ratings
Developer miniOrange
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.miniorange.com/usecases/miniOrange_Privacy_Policy.pdf
Supported Languages 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\/*"
            ]
        }
    ]
}