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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert unsafe direct web page access into isolated and display-only web page within existing web browsers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Puffin Cloud Isolation Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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", " |