Physitrack Screen Sharing
This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
Apa itu Physitrack Screen Sharing?
Physitrack Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh Physitrack, dan fitur utamanya adalah "This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Physitrack Screen Sharing
Unduh file ekstensi Physitrack Screen Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This Chrome extension is required if you want to share your screen with your client when you call your client through Physitrack.
Informasi Dasar Ekstensi
Nama | Physitrack Screen Sharing |
ID | hijolocdaklmkmfhecijlcgjnpnijadk |
URL Resmi | https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk |
Deskripsi | This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen. |
Ukuran File | 19.51 KB |
Jumlah Instalasi | 84 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2018-12-20 |
Tanggal Publikasi | 2018-12-20 |
Pengembang | Physitrack |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.physitrack.com/ |
URL Halaman Bantuan | https://support.physitrack.com/article/761-screen-sharing |
URL Halaman Kebijakan Privasi | https://www.physitrack.com/privacy |
Bahasa yang Didukung | 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" ] } |