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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CloudMosa Inc. และคุณลักษณะหลักของมันคือ "Convert unsafe direct web page access into isolated and display-only web page within existing web browsers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Puffin Cloud Isolation Assistant
ดาวน์โหลดไฟล์ส่วนขยาย 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]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Puffin Cloud Isolation Assistant |
ID | chhbokljdfgmepljjllnokgmcjpplell |
URL อย่างเป็นทางการ | 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", " |