Novotalk Screen Sharing
Screen share extension for novotalk users
Cos'è Novotalk Screen Sharing?
Novotalk Screen Sharing è un'estensione di Chrome sviluppata da https://web.novotalk.com, e la sua funzione principale è "Screen share extension for novotalk users".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Novotalk Screen Sharing
Scarica i file di estensione Novotalk 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
Enable Novotalk users to share screens
Informazioni di Base sull'Estensione
Nome | |
ID | idhdnlfaifebkikcnjjbnnmeebcchgee |
URL Ufficiale | https://chromewebstore.google.com/detail/novotalk-screen-sharing/idhdnlfaifebkikcnjjbnnmeebcchgee |
Descrizione | Screen share extension for novotalk users |
Dimensione del File | 16.5 KB |
Conteggio Installazioni | 492 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2022-10-13 |
Data di Pubblicazione | 2018-07-26 |
Sviluppatore | https://web.novotalk.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://novotalk.com/ |
URL della Pagina di Aiuto | http://novotalk.com/ |
URL della Pagina della Politica sulla Privacy | https://web.novotalk.com |
Lingue Supportate | en |
manifest.json | |
{ "author": "Novotalk, Ltd.", "background": { "service_worker": "background-script.js" }, "description": "Screen share extension for novotalk users", "externally_connectable": { "matches": [ "https:\/\/*.novotalk.com\/*" ] }, "homepage_url": "http: \/\/novotalk.com\/", "icons": { "128": "logo128.png", "16": "logo16.png", "48": "logo48.png" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "Novotalk Screen Sharing", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1", "web_accessible_resources": [ { "resources": [ "icon.png" ], "matches": [ "https:\/\/*.novotalk.com\/*" ] } ] } |