V-CUBE Screen Share
Enables screen sharing feature in V-CUBE Meeting 5 browser version
Cos'è V-CUBE Screen Share?
V-CUBE Screen Share è un'estensione di Chrome sviluppata da bravworld, e la sua funzione principale è "Enables screen sharing feature in V-CUBE Meeting 5 browser version".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione V-CUBE Screen Share
Scarica i file di estensione V-CUBE Screen Share in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | efjcnbalbebonahihmmofdheckohdgfl |
| URL Ufficiale | https://chromewebstore.google.com/detail/v-cube-screen-share/efjcnbalbebonahihmmofdheckohdgfl |
| Descrizione | Enables screen sharing feature in V-CUBE Meeting 5 browser version |
| Dimensione del File | 13.23 KB |
| Conteggio Installazioni | 48 |
| Versione Corrente | 1.0.5 |
| Ultimo Aggiornamento | 2017-10-17 |
| Data di Pubblicazione | 2017-10-17 |
| Sviluppatore | bravworld |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.vcube.com.cn |
| Lingue Supportate | id,en,fr,th,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"name": "__MSG_name__",
"description": "__MSG_description__",
"manifest_version": 2,
"version": "1.0.5",
"icons": {
"128": "icon128.png"
},
"permissions": [
"desktopCapture",
"https:\/\/*.vcube.net\/",
"https:\/\/*.vcube.com\/",
"https:\/\/*.vcubeone.net\/"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/*.vcube.net\/*",
"https:\/\/*.vcube.com\/*",
"https:\/\/*.vcubeone.net\/*"
],
"js": [
"content.js"
],
"all_frames": false,
"run_at": "document_end"
}
]
} | |