Chrome Remote Desktop
Chrome Remote Desktop extension
Chrome Remote Desktopคืออะไร?
Chrome Remote Desktop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://remotedesktop.google.com และคุณลักษณะหลักของมันคือ "Chrome Remote Desktop extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Remote Desktop
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Remote Desktop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is the companion extension for the Chrome Remote Desktop website (https://remotedesktop.google.com). This extension enables you to install, view, and modify the Chrome Remote Desktop native client from the web UI. Chrome Remote Desktop allows users to remotely access another computer through Chrome browser or a Chromebook. Computers can be made available on an short-term basis for scenarios such as ad hoc remote support, or on a more long-term basis for remote access to your applications and files. All connections are fully secured. Chrome Remote Desktop is fully cross-platform. Provide remote assistance to Windows, Mac and Linux users, or access your Windows and Mac desktops at any time, all from the Chrome browser on virtually any device, including Chromebooks. For information about privacy, please see the Google Privacy Policy and the Chrome Privacy Notice. For help or troubleshooting please click here: https://support.google.com/chrome/answer/1649523
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chrome Remote Desktop |
ID | inomeogfingihgjfjlpeplalcfajhgai |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chrome-remote-desktop/inomeogfingihgjfjlpeplalcfajhgai |
คำอธิบาย | Chrome Remote Desktop extension |
ขนาดไฟล์ | 22.66 KB |
จำนวนการติดตั้ง | 34,000,000 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2022-12-02 |
วันที่เผยแพร่ | 2019-09-04 |
คะแนน | 2.99/5 รวมทั้งหมด 2174 คะแนน |
ผู้พัฒนา | https://remotedesktop.google.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://remotedesktop.google.com/ |
URL หน้าช่วยเหลือ | https://support.google.com/chrome/answer/1649523 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome Remote Desktop", "description": "Chrome Remote Desktop extension", "version": "2.1", "icons": { "48": "chromoting48.png", "128": "chromoting128.png" }, "background": { "service_worker": "event_page_binary.js" }, "action": [], "externally_connectable": { "matches": [ "https:\/\/remotedesktop.corp.google.com\/*", "https:\/\/remotedesktop.google.com\/*", "https:\/\/remotedesktop-dev.corp.google.com\/*", "https:\/\/remotedesktop-autopush.corp.google.com\/*", "https:\/\/remotedesktop-daily-0.corp.google.com\/*", "https:\/\/remotedesktop-daily-1.corp.google.com\/*", "https:\/\/remotedesktop-daily-2.corp.google.com\/*", "https:\/\/remotedesktop-daily-3.corp.google.com\/*", "https:\/\/remotedesktop-daily-4.corp.google.com\/*", "https:\/\/remotedesktop-daily-5.corp.google.com\/*", "https:\/\/remotedesktop-daily-6.corp.google.com\/*", "https:\/\/remotesupport.corp.google.com\/*", "https:\/\/remotesupport-dev.corp.google.com\/*", "https:\/\/remotesupport-autopush.corp.google.com\/*", "https:\/\/remotesupport-daily-0.corp.google.com\/*", "https:\/\/remotesupport-daily-1.corp.google.com\/*", "https:\/\/remotesupport-daily-2.corp.google.com\/*", "https:\/\/remotesupport-daily-3.corp.google.com\/*", "https:\/\/remotesupport-daily-4.corp.google.com\/*", "https:\/\/remotesupport-daily-5.corp.google.com\/*", "https:\/\/remotesupport-daily-6.corp.google.com\/*", "https:\/\/remoting.sandbox.google.com\/*", "https:\/\/remoting-autopush.sandbox.google.com\/*", "https:\/\/remoting-daily-0.sandbox.google.com\/*", "https:\/\/remoting-daily-1.sandbox.google.com\/*", "https:\/\/remoting-daily-2.sandbox.google.com\/*", "https:\/\/remoting-daily-3.sandbox.google.com\/*", "https:\/\/remoting-daily-4.sandbox.google.com\/*", "https:\/\/remoting-daily-5.sandbox.google.com\/*", "https:\/\/remoting-daily-6.sandbox.google.com\/*" ] }, "permissions": [ "nativeMessaging", "downloads" ] } |