Puffin Cloud Isolation Assistant
Convert unsafe direct web page access into isolated and display-only web page within existing web browsers.
Vad är Puffin Cloud Isolation Assistant?
Puffin Cloud Isolation Assistant är en Chrome-tillägg utvecklad av CloudMosa Inc., och dess huvudfunktion är "Convert unsafe direct web page access into isolated and display-only web page within existing web browsers.".
Tilläggsskärmbilder
Ladda ner Puffin Cloud Isolation Assistant-förlängningens CRX-fil
Ladda ner Puffin Cloud Isolation Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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]                     Grundläggande Information om Tillägg
| Namn |  | 
| ID | chhbokljdfgmepljjllnokgmcjpplell | 
| Officiell webbadress | https://chromewebstore.google.com/detail/puffin-cloud-isolation-as/chhbokljdfgmepljjllnokgmcjpplell | 
| Beskrivning | Convert unsafe direct web page access into isolated and display-only web page within existing web browsers. | 
| Filstorlek | 1.62 MB | 
| Antal Installationer | 514 | 
| Aktuell Version | 1.0.0.878 | 
| Senast Uppdaterad | 2022-01-16 | 
| Publiceringsdatum | 2020-11-12 | 
| Betyg | 4.50/5 Totalt 4 Betyg | 
| Utvecklare | CloudMosa Inc. | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://www.puffin.com/cloud-isolation | 
| Hjälpsida URL | https://help.puffin.com/feedback/?product=cloud-isolation | 
| Stödda Språk | 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",
        " | |