Isolator Chrome Extension

The extensions opens a tab that is redirected to a a contained session

ما هو Isolator Chrome Extension؟

Isolator Chrome Extension هو إضافة Chrome تم تطويرها بواسطة cloudpurge developers، والميزة الرئيسية لها هي "The extensions opens a tab that is redirected to a a contained session".

تحميل ملف CRX للإضافة Isolator Chrome Extension

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

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

                        Safe remote browsing extension
Allowing browsing in a remote contained environment

The software is provided "as-is," without any express or implied warranty.                    

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

الاسم Isolator Chrome Extension Isolator Chrome Extension
ID ppbdfacganomndfendjinolhobbacnhk
عنوان URL الرسمي https://chromewebstore.google.com/detail/isolator-chrome-extension/ppbdfacganomndfendjinolhobbacnhk
الوصف The extensions opens a tab that is redirected to a a contained session
حجم الملف 38.28 KB
عدد التثبيتات 22
النسخة الحالية 1.0.3
آخر تحديث 2017-09-14
تاريخ النشر 2017-09-14
تقييم 5.00/5 مجموع تقييمات 1
المطور cloudpurge developers
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.cloudpurge.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Isolator Chrome Extension",
    "description": "The extensions opens a tab that is redirected to a a contained session",
    "version": "1.0.3",
    "browser_action": {
        "default_icon": "icecube.png",
        "default_popup": "ice.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "https:\/\/prod.cloudpurge.com\/",
        "http:\/\/cpld\/",
        "contextMenus",
        "bookmarks"
    ]
}