TwentyThree Screen Sharing
Allow live streaming, screen sharing and video recording with TwentyThree.
¿Qué es TwentyThree Screen Sharing?
TwentyThree Screen Sharing es una extensión de Chrome desarrollada por http://twentythree.net, y su función principal es "Allow live streaming, screen sharing and video recording with TwentyThree.".
Descargar Archivo CRX de la Extensión TwentyThree Screen Sharing
Descarga archivos de extensión TwentyThree Screen Sharing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Allow live streaming, screen sharing and video recording with TwentyThree.
Información Básica de la Extensión
Nombre | |
ID | ajmipkkmbibiinbmiflnhmndagpdklof |
URL Oficial | https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof |
Descripción | Allow live streaming, screen sharing and video recording with TwentyThree. |
Tamaño del Archivo | 11.68 KB |
Cantidad de Instalaciones | 76 |
Versión Actual | 1.2 |
Última Actualización | 2017-12-19 |
Fecha de Publicación | 2017-12-19 |
Calificación | 4.00/5 Total de 1 Calificaciones |
Desarrollador | http://twentythree.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.twentythree.net |
URL de la Página de Ayuda | https://www.twentythree.net/help |
URL de la Página de Política de Privacidad | https://www.twentythree.net/terms |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TwentyThree Screen Sharing", "description": "Allow live streaming, screen sharing and video recording with TwentyThree.", "author": "TwentyThree.", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "homepage_url": "https:\/\/www.twentythree.net\/", "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/*.videomarketingplatform.co\/*", "https:\/\/*.23video.com\/*", "http:\/\/localhost:8080\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture", "tabs" ], "web_accessible_resources": [ "icon.png" ] } |