Isolator Chrome Extension
The extensions opens a tab that is redirected to a a contained session
Was ist Isolator Chrome Extension?
Isolator Chrome Extension ist eine Chrome-Erweiterung, die von cloudpurge developers entwickelt wurde, und ihr Hauptmerkmal ist "The extensions opens a tab that is redirected to a a contained session".
Isolator Chrome Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Isolator Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Safe remote browsing extension Allowing browsing in a remote contained environment The software is provided "as-is," without any express or implied warranty.
Grundlegende Informationen zur Erweiterung
Name | Isolator Chrome Extension |
ID | ppbdfacganomndfendjinolhobbacnhk |
Offizielle URL | https://chromewebstore.google.com/detail/isolator-chrome-extension/ppbdfacganomndfendjinolhobbacnhk |
Beschreibung | The extensions opens a tab that is redirected to a a contained session |
Dateigröße | 38.28 KB |
Installationsanzahl | 22 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2017-09-14 |
Veröffentlichungsdatum | 2017-09-14 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | cloudpurge developers |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.cloudpurge.com/ |
Unterstützte Sprachen | 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" ] } |