Pixel Direct Screenshare Room Extension
Pixel CTV Screen Sharing allows you share screens
Cos'è Pixel Direct Screenshare Room Extension?
Pixel Direct Screenshare Room Extension è un'estensione di Chrome sviluppata da https://www.netstairs.com, e la sua funzione principale è "Pixel CTV Screen Sharing allows you share screens".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pixel Direct Screenshare Room Extension
Scarica i file di estensione Pixel Direct Screenshare Room Extension 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
Pixel Direct Screen Sharing allows you to share your screens directly into the rooms
Informazioni di Base sull'Estensione
Nome | Pixel Direct Screenshare Room Extension |
ID | icfnnpdeklgcjignpoachjocnhfkjlkk |
URL Ufficiale | https://chromewebstore.google.com/detail/pixel-direct-screenshare/icfnnpdeklgcjignpoachjocnhfkjlkk |
Descrizione | Pixel CTV Screen Sharing allows you share screens |
Dimensione del File | 12.58 KB |
Conteggio Installazioni | 388 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2020-06-09 |
Data di Pubblicazione | 2020-06-09 |
Sviluppatore | https://www.netstairs.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://pixel.click-to-video.com |
URL della Pagina di Aiuto | https://netstairs.estreamdesk.com/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pixel Direct Screenshare Room Extension", "author": "NETSTAIRS", "description": "Pixel CTV Screen Sharing allows you share screens", "version": "1.1.0", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/pixel.click-to-video.com\/*", "https:\/\/icdn.video\/*" ] } ], "homepage_url": "https:\/\/pixel.click-to-video.com\/", "externally_connectable": { "matches": [ "https:\/\/pixel.click-to-video.com\/*", "https:\/\/icdn.video\/*" ] } } |