Physitrack Screen Sharing
This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
Cos'è Physitrack Screen Sharing?
Physitrack Screen Sharing è un'estensione di Chrome sviluppata da Physitrack, e la sua funzione principale è "This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Physitrack Screen Sharing
Scarica i file di estensione Physitrack 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
This Chrome extension is required if you want to share your screen with your client when you call your client through Physitrack.
Informazioni di Base sull'Estensione
Nome | Physitrack Screen Sharing |
ID | hijolocdaklmkmfhecijlcgjnpnijadk |
URL Ufficiale | https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk |
Descrizione | This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen. |
Dimensione del File | 19.51 KB |
Conteggio Installazioni | 84 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2018-12-20 |
Data di Pubblicazione | 2018-12-20 |
Sviluppatore | Physitrack |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.physitrack.com/ |
URL della Pagina di Aiuto | https://support.physitrack.com/article/761-screen-sharing |
URL della Pagina della Politica sulla Privacy | https://www.physitrack.com/privacy |
Lingue Supportate | 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" ] } |