Puffin Cloud Isolation Assistant
Convert unsafe direct web page access into isolated and display-only web page within existing web browsers.
Wat is Puffin Cloud Isolation Assistant?
Puffin Cloud Isolation Assistant is een Chrome-extensie ontwikkeld door CloudMosa Inc., en de belangrijkste functie is "Convert unsafe direct web page access into isolated and display-only web page within existing web browsers.".
Extensie Screenshots
Download het CRX-bestand van de extensie Puffin Cloud Isolation Assistant
Download Puffin Cloud Isolation Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension is designed to assist users to use CloudMosa's Puffin Cloud Isolation service.
## What the extension does:
★ Auto redirect URLs to the remote browsers running in CloudMosa's data center;
★ Allow you to choose your preferred isolation experience: isolate current tab, isolate new tabs;
==============================
Puffin Cloud Isolation is currently in beta.
Puffin Cloud Isolation: https://www.puffin.com/cloud-isolation
Report bugs and suggestions: [email protected] Basisinformatie over de Extensie
| Naam | |
| ID | chhbokljdfgmepljjllnokgmcjpplell |
| Officiële URL | https://chromewebstore.google.com/detail/puffin-cloud-isolation-as/chhbokljdfgmepljjllnokgmcjpplell |
| Beschrijving | Convert unsafe direct web page access into isolated and display-only web page within existing web browsers. |
| Bestandsgrootte | 1.62 MB |
| Aantal Installaties | 514 |
| Huidige Versie | 1.0.0.878 |
| Laatst Bijgewerkt | 2022-01-16 |
| Publicatiedatum | 2020-11-12 |
| Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | CloudMosa Inc. |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.puffin.com/cloud-isolation |
| Help Pagina-URL | https://help.puffin.com/feedback/?product=cloud-isolation |
| Ondersteunde Talen | en,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"default_locale": "en",
"name": "__MSG_NAME__",
"description": "__MSG_DESCRIPTION__",
"version": "1.0.0.878",
"options_page": "options.html",
"browser_action": {
"default_icon": "img\/puffin_cloud_isolation_assistant_48_on.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"omnibox": {
"keyword": "isolation"
},
"icons": {
"16": "img\/puffin_cloud_isolation_assistant_16_on.png",
"48": "img\/puffin_cloud_isolation_assistant_48_on.png",
"128": "img\/puffin_cloud_isolation_assistant_128.png"
},
"permissions": [
"activeTab",
"storage",
"tabs",
"contextMenus",
"webNavigation",
" | |