Cloud Connect
Cloud Connect screen share
What is Cloud Connect?
Cloud Connect is a Chrome extension developed by https://room.cloud-connect.online, and its main feature is "Cloud Connect screen share".
Extension Screenshots
Download Cloud Connect Extension CRX File
Download Cloud Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
クラウドコネクトで画面共有機能を使用することができます。
Extension Basic Information
Name | Cloud Connect |
ID | cagpfnmpipnmodmkhkdcbpeedkldingl |
Official URL | https://chromewebstore.google.com/detail/cloud-connect/cagpfnmpipnmodmkhkdcbpeedkldingl |
Description | Cloud Connect screen share |
File Size | 30.41 KB |
Installation Count | 46 |
Current Version | 1.0 |
Last Updated | 2018-10-09 |
Publish Date | 2018-10-08 |
Developer | https://room.cloud-connect.online |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cloud Connect", "short_name": "cc", "version": "1.0", "manifest_version": 2, "description": "Cloud Connect screen share", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "desktopCapture", "tabs", "https:\/\/room.cloud-connect.online\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/room.cloud-connect.online\/*" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_end" } ] } |