Physitrack Screen Sharing
This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
Hvad er Physitrack Screen Sharing?
Physitrack Screen Sharing er en Chrome-udvidelse udviklet af Physitrack, og dens hovedfunktion er "This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.".
Udvidelsesskærmbilleder
Download Physitrack Screen Sharing-udvidelses-CRX-fil
Download Physitrack Screen Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This Chrome extension is required if you want to share your screen with your client when you call your client through Physitrack.
Grundlæggende oplysninger om udvidelsen
Navn | Physitrack Screen Sharing |
ID | hijolocdaklmkmfhecijlcgjnpnijadk |
Officiel URL | https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk |
Beskrivelse | This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen. |
Filstørrelse | 19.51 KB |
Antal Installationer | 84 |
Nuværende Version | 2.0 |
Senest Opdateret | 2018-12-20 |
Udgivelsesdato | 2018-12-20 |
Udvikler | Physitrack |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.physitrack.com/ |
Hjælpeside-URL | https://support.physitrack.com/article/761-screen-sharing |
URL til Fortrolighedspolitik Side | https://www.physitrack.com/privacy |
Understøttede Sprog | 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" ] } |