Pixel Direct Screenshare Room Extension
Pixel CTV Screen Sharing allows you share screens
Wat is Pixel Direct Screenshare Room Extension?
Pixel Direct Screenshare Room Extension is een Chrome-extensie ontwikkeld door https://www.netstairs.com, en de belangrijkste functie is "Pixel CTV Screen Sharing allows you share screens".
Extensie Screenshots
Download het CRX-bestand van de extensie Pixel Direct Screenshare Room Extension
Download Pixel Direct Screenshare Room Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Pixel Direct Screen Sharing allows you to share your screens directly into the rooms
Basisinformatie over de Extensie
Naam | Pixel Direct Screenshare Room Extension |
ID | icfnnpdeklgcjignpoachjocnhfkjlkk |
Officiële URL | https://chromewebstore.google.com/detail/pixel-direct-screenshare/icfnnpdeklgcjignpoachjocnhfkjlkk |
Beschrijving | Pixel CTV Screen Sharing allows you share screens |
Bestandsgrootte | 12.58 KB |
Aantal Installaties | 388 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2020-06-09 |
Publicatiedatum | 2020-06-09 |
Ontwikkelaar | https://www.netstairs.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://pixel.click-to-video.com |
Help Pagina-URL | https://netstairs.estreamdesk.com/ |
Ondersteunde Talen | 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\/*" ] } } |