Isolator Chrome Extension
The extensions opens a tab that is redirected to a a contained session
Apa itu Isolator Chrome Extension?
Isolator Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh cloudpurge developers, dan fitur utamanya adalah "The extensions opens a tab that is redirected to a a contained session".
Unduh Berkas CRX Ekstensi Isolator Chrome Extension
Unduh file ekstensi Isolator Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Safe remote browsing extension Allowing browsing in a remote contained environment The software is provided "as-is," without any express or implied warranty.
Informasi Dasar Ekstensi
Nama | Isolator Chrome Extension |
ID | ppbdfacganomndfendjinolhobbacnhk |
URL Resmi | https://chromewebstore.google.com/detail/isolator-chrome-extension/ppbdfacganomndfendjinolhobbacnhk |
Deskripsi | The extensions opens a tab that is redirected to a a contained session |
Ukuran File | 38.28 KB |
Jumlah Instalasi | 22 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2017-09-14 |
Tanggal Publikasi | 2017-09-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | cloudpurge developers |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.cloudpurge.com/ |
Bahasa yang Didukung | 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" ] } |