Physitrack Screen Sharing
This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
¿Qué es Physitrack Screen Sharing?
Physitrack Screen Sharing es una extensión de Chrome desarrollada por Physitrack, y su función principal es "This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Physitrack Screen Sharing
Descarga archivos de extensión Physitrack 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
This Chrome extension is required if you want to share your screen with your client when you call your client through Physitrack.
Información Básica de la Extensión
Nombre | Physitrack Screen Sharing |
ID | hijolocdaklmkmfhecijlcgjnpnijadk |
URL Oficial | https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk |
Descripción | This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen. |
Tamaño del Archivo | 19.51 KB |
Cantidad de Instalaciones | 84 |
Versión Actual | 2.0 |
Última Actualización | 2018-12-20 |
Fecha de Publicación | 2018-12-20 |
Desarrollador | Physitrack |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.physitrack.com/ |
URL de la Página de Ayuda | https://support.physitrack.com/article/761-screen-sharing |
URL de la Página de Política de Privacidad | https://www.physitrack.com/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Physitrack Screen Sharing", "author": "Physitrack LTD", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for http:\/\/physitrack.com\/ video calls. It just captures content of your screen.", "homepage_url": "http:\/\/physitrack.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.physitrack.com\/*", "https:\/\/*.physiapp.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |