Codeda Screen Sharing
Screen Sharing for codeda.com.
Cos'è Codeda Screen Sharing?
Codeda Screen Sharing è un'estensione di Chrome sviluppata da https://www.codeda.com, e la sua funzione principale è "Screen Sharing for codeda.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Codeda Screen Sharing
Scarica i file di estensione Codeda Screen Sharing 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
A basic screen sharing extension for the future webinar provider system. Informazioni di Base sull'Estensione
| Nome | |
| ID | hddjiolhkfkmefgibgbnknojngnpgmec |
| URL Ufficiale | https://chromewebstore.google.com/detail/codeda-screen-sharing/hddjiolhkfkmefgibgbnknojngnpgmec |
| Descrizione | Screen Sharing for codeda.com. |
| Dimensione del File | 7.97 KB |
| Conteggio Installazioni | 8,959 |
| Versione Corrente | 1.5 |
| Ultimo Aggiornamento | 2019-01-21 |
| Data di Pubblicazione | 2019-01-21 |
| Valutazione | 4.33/5 Totale 6 Valutazioni |
| Sviluppatore | https://www.codeda.com |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Codeda Screen Sharing",
"author": "Codeda",
"version": "1.5",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "Screen Sharing for codeda.com.",
"homepage_url": "https:\/\/codeda.com",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/codeda.com\/*",
"https:\/\/*.codeda.com\/*",
"*:\/\/localhost\/*",
"https:\/\/*.webinarhd.com\/*",
"*:\/\/127.0.0.1\/*"
]
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"logo48.png"
]
} | |