Cloud Connect
Cloud Connect screen share
Wat is Cloud Connect?
Cloud Connect is een Chrome-extensie ontwikkeld door https://room.cloud-connect.online, en de belangrijkste functie is "Cloud Connect screen share".
Extensie Screenshots
Download het CRX-bestand van de extensie Cloud Connect
Download Cloud Connect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
クラウドコネクトで画面共有機能を使用することができます。 Basisinformatie over de Extensie
| Naam | |
| ID | cagpfnmpipnmodmkhkdcbpeedkldingl |
| Officiële URL | https://chromewebstore.google.com/detail/cloud-connect/cagpfnmpipnmodmkhkdcbpeedkldingl |
| Beschrijving | Cloud Connect screen share |
| Bestandsgrootte | 30.41 KB |
| Aantal Installaties | 46 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-10-09 |
| Publicatiedatum | 2018-10-08 |
| Ontwikkelaar | https://room.cloud-connect.online |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |