Meetingreat Screen Sharing
This chrome extension doesn't do anything except capturing content of your screen.
Cos'è Meetingreat Screen Sharing?
Meetingreat Screen Sharing è un'estensione di Chrome sviluppata da http://cvc.meetingreat.com, e la sua funzione principale è "This chrome extension doesn't do anything except capturing content of your screen.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Meetingreat Screen Sharing
Scarica i file di estensione Meetingreat 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
Use this plugin to enable Desktop/Application sharing in CVC system. Informazioni di Base sull'Estensione
| Nome | |
| ID | enfkmpkdedjedcphknedhlnaipfkgepk |
| URL Ufficiale | https://chrome.google.com/webstore/detail/meetingreat-screen-sharin/enfkmpkdedjedcphknedhlnaipfkgepk |
| Descrizione | This chrome extension doesn't do anything except capturing content of your screen. |
| Dimensione del File | 7.65 KB |
| Conteggio Installazioni | 39 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2014-06-13 |
| Data di Pubblicazione | 2014-06-13 |
| Valutazione | 2.00/5 Totale 1 Valutazioni |
| Sviluppatore | http://cvc.meetingreat.com |
| Tipo di Pagamento | free |
| Lingue Supportate | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Meetingreat Screen Sharing",
"version": "1.0.3",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This chrome extension doesn't do anything except capturing content of your screen.",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/enfkmpkdedjedcphknedhlnaipfkgepk",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"matches": [
"*:\/\/*.meetingreat.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.meetingreat.com\/*"
]
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"http:\/\/*.meetingreat.com\/*",
"https:\/\/*.meetingreat.com\/*",
"desktopCapture",
"tabs"
],
"web_accessible_resources": [
"icon.png"
]
} | |