Physitrack Screen Sharing
This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
Was ist Physitrack Screen Sharing?
Physitrack Screen Sharing ist eine Chrome-Erweiterung, die von Physitrack entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.".
Erweiterungsscreenshots
Physitrack Screen Sharing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Physitrack Screen Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This Chrome extension is required if you want to share your screen with your client when you call your client through Physitrack.
Grundlegende Informationen zur Erweiterung
Name | Physitrack Screen Sharing |
ID | hijolocdaklmkmfhecijlcgjnpnijadk |
Offizielle URL | https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk |
Beschreibung | This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen. |
Dateigröße | 19.51 KB |
Installationsanzahl | 84 |
Aktuelle Version | 2.0 |
Letztes Update | 2018-12-20 |
Veröffentlichungsdatum | 2018-12-20 |
Entwickler | Physitrack |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.physitrack.com/ |
Hilfeseite URL | https://support.physitrack.com/article/761-screen-sharing |
URL der Datenschutzrichtlinien-Seite | https://www.physitrack.com/privacy |
Unterstützte Sprachen | 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" ] } |