Physitrack Screen Sharing
This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
Vad är Physitrack Screen Sharing?
Physitrack Screen Sharing är en Chrome-tillägg utvecklad av Physitrack, och dess huvudfunktion är "This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.".
Tilläggsskärmbilder
Ladda ner Physitrack Screen Sharing-förlängningens CRX-fil
Ladda ner Physitrack Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This Chrome extension is required if you want to share your screen with your client when you call your client through Physitrack. Grundläggande Information om Tillägg
| Namn | |
| ID | hijolocdaklmkmfhecijlcgjnpnijadk |
| Officiell webbadress | https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk |
| Beskrivning | This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen. |
| Filstorlek | 19.51 KB |
| Antal Installationer | 84 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2018-12-20 |
| Publiceringsdatum | 2018-12-20 |
| Utvecklare | Physitrack |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.physitrack.com/ |
| Hjälpsida URL | https://support.physitrack.com/article/761-screen-sharing |
| URL till Sekretesspolicy Sidan | https://www.physitrack.com/privacy |
| Stödda Språk | 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"
]
} | |