Phone.com Screen Sharing
The extension allows you to share your screen.
Phone.com Screen Sharingคืออะไร?
Phone.com Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://video.phone.com และคุณลักษณะหลักของมันคือ "The extension allows you to share your screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Phone.com Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย Phone.com Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Installing the extension is required so you can share your screen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Phone.com Screen Sharing |
ID | blhhkfbffffbgablmhdchnmgcdejggon |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/phonecom-screen-sharing/blhhkfbffffbgablmhdchnmgcdejggon |
คำอธิบาย | The extension allows you to share your screen. |
ขนาดไฟล์ | 64.34 KB |
จำนวนการติดตั้ง | 295 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-09-21 |
วันที่เผยแพร่ | 2018-09-21 |
ผู้พัฒนา | https://video.phone.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://video.phone.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "Phone.com Screen Sharing", "author": "Phone.com Inc.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "The extension allows you to share your screen.", "homepage_url": "https:\/\/meet.phone.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*.phone.com\/*" ] } ], "icons": { "16": "phone-logo16.png", "48": "phone-logo48.png", "128": "phone-logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |