Puffin Cloud Isolation Assistant
Convert unsafe direct web page access into isolated and display-only web page within existing web browsers.
什麼是Puffin Cloud Isolation Assistant?
Puffin Cloud Isolation Assistant是由CloudMosa Inc.開發的Chrome擴展程式,該擴展的主要功能是“Convert unsafe direct web page access into isolated and display-only web page within existing web browsers.”。
擴展截圖
下載Puffin Cloud Isolation Assistant擴展crx文件
下載Puffin Cloud Isolation Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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] 擴展基本資訊
| 名稱 | |
| ID | chhbokljdfgmepljjllnokgmcjpplell |
| 官方網址 | https://chromewebstore.google.com/detail/puffin-cloud-isolation-as/chhbokljdfgmepljjllnokgmcjpplell |
| 簡介 | Convert unsafe direct web page access into isolated and display-only web page within existing web browsers. |
| 檔案大小 | 1.62 MB |
| 安裝次數 | 514 |
| 目前版本 | 1.0.0.878 |
| 更新時間 | 2022-01-16 |
| 上架時間 | 2020-11-12 |
| 評分 | 4.50/5 共 4 次評分 |
| 開發者 | CloudMosa Inc. |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.puffin.com/cloud-isolation |
| 說明頁面URL | https://help.puffin.com/feedback/?product=cloud-isolation |
| 支援的語言 | 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",
" | |