Physitrack Screen Sharing
This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
What is Physitrack Screen Sharing?
Physitrack Screen Sharing is a Chrome extension developed by Physitrack, and its main feature is "This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.".
Extension Screenshots
Download Physitrack Screen Sharing Extension CRX File
Download Physitrack Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Chrome extension is required if you want to share your screen with your client when you call your client through Physitrack.
Extension Basic Information
Name | Physitrack Screen Sharing |
ID | hijolocdaklmkmfhecijlcgjnpnijadk |
Official URL | https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk |
Description | This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen. |
File Size | 19.51 KB |
Installation Count | 84 |
Current Version | 2.0 |
Last Updated | 2018-12-20 |
Publish Date | 2018-12-20 |
Developer | Physitrack |
[email protected] | |
Payment Type | free |
Extension Website | https://www.physitrack.com/ |
Help Page URL | https://support.physitrack.com/article/761-screen-sharing |
Privacy Policy Page URL | https://www.physitrack.com/privacy |
Supported Languages | 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" ] } |