AirMedia Sender
Mirror your device to any computer screen any time
AirMedia Senderคืออะไร?
AirMedia Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย crestron-electronics-chrome-extensions และคุณลักษณะหลักของมันคือ "Mirror your device to any computer screen any time"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AirMedia Sender
ดาวน์โหลดไฟล์ส่วนขยาย AirMedia Sender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The AirMedia® Extension for Google® Chrome™ allows users to wirelessly share content from a Google Chrome browser to an AirMedia® capable receiver such as the AM-200/300, Mercury, or DMPS3-4K-350-C/250-C. Two modes enable sharing of content from a particular google chrome tab (with audio) or complete desktop sharing (without audio). Why wireless presentation? • Frees people to sit or stand anywhere in the room or space and easily connect their laptops and smart devices to room display, regardless of OS • No more wires or dongles cluttering table – in fact, you don’t even need a table • Enable collaboration in flexible spaces – e.g., cafeterias, hallways, private offices What is AirMedia® 2.0? The fastest, easiest, most manageable, and secure wireless presentation technology. • Simple to Use: Connect from almost any device on any network • Great Video: Smooth video playback with synchronized sound and real-time keyboard and mouse tracking • Secure Endpoint: Works with your existing infrastructure – not against it • Manage Remotely: Deploy and update without going from room-to-room
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AirMedia Sender |
ID | ljophmlbljnjodcbogmdogcpclifenpk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/airmedia-sender/ljophmlbljnjodcbogmdogcpclifenpk |
คำอธิบาย | Mirror your device to any computer screen any time |
ขนาดไฟล์ | 733 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.0.1.1 |
อัปเดตครั้งล่าสุด | 2023-08-25 |
วันที่เผยแพร่ | 2019-07-21 |
คะแนน | 2.13/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | crestron-electronics-chrome-extensions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,en-GB,fr,nl,da,es,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,ru,iw,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 2, "minimum_chrome_version": "28", "version": "1.0.1.1", "offline_enabled": false, "browser_action": { "default_icon": { "16": "image\/icon_normal_16x16.png", "32": "image\/icon_normal_32x32.png", "64": "image\/icon_normal_64x64.png", "96": "image\/icon_normal_96x96.png", "128": "image\/icon_normal_128x128.png", "256": "image\/icon_normal_256x256.png", "512": "image\/icon_normal_512x512.png" }, "default_title": "AirMedia Sender" }, "background": { "scripts": [ "js\/bg.js" ] }, "icons": { "16": "image\/icon_normal_16x16.png", "32": "image\/icon_normal_32x32.png", "64": "image\/icon_normal_64x64.png", "96": "image\/icon_normal_96x96.png", "128": "image\/icon_normal_128x128.png", "256": "image\/icon_normal_256x256.png", "512": "image\/icon_normal_512x512.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/index_airmedia*" ], "run_at": "document_start", "js": [ "js\/airmedia_web_content.js" ] } ], "permissions": [ "storage", "desktopCapture", "tabCapture", "activeTab" ] } |