TIM Screen Share
tim browser extension for screen sharing support
Cos'è TIM Screen Share?
TIM Screen Share è un'estensione di Chrome sviluppata da TIM S.p.a., e la sua funzione principale è "tim browser extension for screen sharing support".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TIM Screen Share
Scarica i file di estensione TIM 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
Screen sharing support for TIM conference
Informazioni di Base sull'Estensione
Nome | TIM Screen Share |
ID | alkdnpfnidjlhmcoikbolnbjjpalkhpb |
URL Ufficiale | https://chromewebstore.google.com/detail/tim-screen-share/alkdnpfnidjlhmcoikbolnbjjpalkhpb |
Descrizione | tim browser extension for screen sharing support |
Dimensione del File | 6.44 KB |
Conteggio Installazioni | 1,876 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-04-04 |
Data di Pubblicazione | 2018-04-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | TIM S.p.a. |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TIM Screen Share", "short_name": "timShare", "author": "tim", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "tim browser extension for screen sharing support", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "icons": { "48": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |