Mind Screen Sharing
Mind Screen Sharing extension
Cos'è Mind Screen Sharing?
Mind Screen Sharing è un'estensione di Chrome sviluppata da googleplay, e la sua funzione principale è "Mind Screen Sharing extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mind Screen Sharing
Scarica i file di estensione Mind 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
Плагин позволяет публиковать экран удаленному пользователю
Informazioni di Base sull'Estensione
Nome | Mind Screen Sharing |
ID | khllaogjfcmonmmklkjpjapolbaapcdc |
URL Ufficiale | https://chromewebstore.google.com/detail/mind-screen-sharing/khllaogjfcmonmmklkjpjapolbaapcdc |
Descrizione | Mind Screen Sharing extension |
Dimensione del File | 16.3 KB |
Conteggio Installazioni | 39,944 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-07-24 |
Data di Pubblicazione | 2018-07-24 |
Valutazione | 3.90/5 Totale 10 Valutazioni |
Sviluppatore | googleplay |
Tipo di Pagamento | free |
Lingue Supportate | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mind Screen Sharing", "version": "1.2", "version_name": "1.2", "description": "Mind Screen Sharing extension", "icons": { "16": "\/images\/icon_16.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" }, "background": { "scripts": [ "\/js\/background.js" ] }, "content_scripts": [ { "js": [ "\/js\/content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ] } |