Puffin Cloud Isolation Assistant
Convert unsafe direct web page access into isolated and display-only web page within existing web browsers.
Cos'è Puffin Cloud Isolation Assistant?
Puffin Cloud Isolation Assistant è un'estensione di Chrome sviluppata da CloudMosa Inc., e la sua funzione principale è "Convert unsafe direct web page access into isolated and display-only web page within existing web browsers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Puffin Cloud Isolation Assistant
Scarica i file di estensione Puffin Cloud Isolation Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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] Informazioni di Base sull'Estensione
| Nome | |
| ID | chhbokljdfgmepljjllnokgmcjpplell |
| URL Ufficiale | https://chromewebstore.google.com/detail/puffin-cloud-isolation-as/chhbokljdfgmepljjllnokgmcjpplell |
| Descrizione | Convert unsafe direct web page access into isolated and display-only web page within existing web browsers. |
| Dimensione del File | 1.62 MB |
| Conteggio Installazioni | 514 |
| Versione Corrente | 1.0.0.878 |
| Ultimo Aggiornamento | 2022-01-16 |
| Data di Pubblicazione | 2020-11-12 |
| Valutazione | 4.50/5 Totale 4 Valutazioni |
| Sviluppatore | CloudMosa Inc. |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.puffin.com/cloud-isolation |
| URL della Pagina di Aiuto | https://help.puffin.com/feedback/?product=cloud-isolation |
| Lingue Supportate | 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",
" | |