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 هو إضافة Chrome تم تطويرها بواسطة miniOrange، والميزة الرئيسية لها هي "This Chrome extension enables the login with Google functionality for Google CASB Solution to login to 3rd party apps.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة miniOrange Reverse Proxy

قم بتنزيل ملفات الامتداد miniOrange Reverse Proxy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}