RemoteEye Screensharing
Chrome extension to enable Screen sharing on RemoteEye.
RemoteEye Screensharingคืออะไร?
RemoteEye Screensharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app.remoteeye.com และคุณลักษณะหลักของมันคือ "Chrome extension to enable Screen sharing on RemoteEye."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RemoteEye Screensharing
ดาวน์โหลดไฟล์ส่วนขยาย RemoteEye Screensharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome extension to enable Screen sharing on RemoteEye.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hfceddghiillmnhcbpenkhofgpkdonbl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/remoteeye-screensharing/hfceddghiillmnhcbpenkhofgpkdonbl |
คำอธิบาย | Chrome extension to enable Screen sharing on RemoteEye. |
ขนาดไฟล์ | 34.16 KB |
จำนวนการติดตั้ง | 81 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2017-09-14 |
วันที่เผยแพร่ | 2017-09-14 |
ผู้พัฒนา | https://app.remoteeye.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.remoteeye.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RemoteEye Screensharing", "author": "RemoteEye", "version": "3.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Chrome extension to enable Screen sharing on RemoteEye.", "homepage_url": "http:\/\/www.remoteeye.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.app.remoteeye.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |