Physitrack Screen Sharing
This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
Physitrack Screen Sharingคืออะไร?
Physitrack Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Physitrack และคุณลักษณะหลักของมันคือ "This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Physitrack Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย Physitrack Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension is required if you want to share your screen with your client when you call your client through Physitrack.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Physitrack Screen Sharing |
ID | hijolocdaklmkmfhecijlcgjnpnijadk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk |
คำอธิบาย | This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen. |
ขนาดไฟล์ | 19.51 KB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2018-12-20 |
วันที่เผยแพร่ | 2018-12-20 |
ผู้พัฒนา | Physitrack |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.physitrack.com/ |
URL หน้าช่วยเหลือ | https://support.physitrack.com/article/761-screen-sharing |
URL หน้านโยบายความเป็นส่วนตัว | https://www.physitrack.com/privacy |
ภาษาที่รองรับ | 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" ] } |