Workspaces for Oracle: Secure Browser

Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.

ما هو Workspaces for Oracle: Secure Browser؟

Workspaces for Oracle: Secure Browser هو إضافة Chrome تم تطويرها بواسطة https://kasmweb.com، والميزة الرئيسية لها هي "Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.".

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

screenshot

تحميل ملف CRX للإضافة Workspaces for Oracle: Secure Browser

قم بتنزيل ملفات الامتداد Workspaces for Oracle: Secure Browser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension provides a right-click menu context to open web links in a Workspaces for Oracle Isolated Browser instance in the Oracle Cloud. This provides a convenient way to securely open suspicious/unsafe URLs while also maintaining your browsing privacy. The On-Demand Secure Browser webpage is rendered inside the Oracle Cloud instance, rather than executed on your local computer, to ensure your browsing is safe and private.                    

معلومات أساسية عن التمديد

الاسم Workspaces for Oracle: Secure Browser Workspaces for Oracle: Secure Browser
ID ncnjpmbbclblnnnamdhkfamkhookeaap
عنوان URL الرسمي https://chromewebstore.google.com/detail/workspaces-for-oracle-sec/ncnjpmbbclblnnnamdhkfamkhookeaap
الوصف Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.
حجم الملف 261 KB
عدد التثبيتات 74
النسخة الحالية 0.1.3
آخر تحديث 2023-11-03
تاريخ النشر 2023-04-12
تقييم 5.00/5 مجموع تقييمات 1
المطور https://kasmweb.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://kasmweb.com/workspaces-for-oracle
عنوان صفحة المساعدة https://kasmweb.com/workspaces-for-oracle
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Workspaces for Oracle: Secure Browser",
    "version": "0.1.3",
    "description": "Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "menu.js"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false,
        "browser_style": false
    }
}