Getscreen.me - Remote Desktop Access
Connect to your computers and invite customers in one click!
Getscreen.me - Remote Desktop Accessคืออะไร?
Getscreen.me - Remote Desktop Access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getscreen.me และคุณลักษณะหลักของมันคือ "Connect to your computers and invite customers in one click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Getscreen.me - Remote Desktop Access
ดาวน์โหลดไฟล์ส่วนขยาย Getscreen.me - Remote Desktop Access ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple and effective extension to your account that allows to make connections without having to log in to your personal Getscreen.me account. Invitations help simplify the process of establishing a connection with a client. Сlient receives a small file in the invitation and runs it to establish a connection. No instructions, IDs, or passwords. Works on Windows, Mac, Linux and Android.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Getscreen.me - Remote Desktop Access |
ID | iaohfhfkcdddhmpmonkhhblodjfolfmf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/getscreenme-remote-deskto/iaohfhfkcdddhmpmonkhhblodjfolfmf |
คำอธิบาย | Connect to your computers and invite customers in one click! |
ขนาดไฟล์ | 675 KB |
จำนวนการติดตั้ง | 8,251 |
เวอร์ชันปัจจุบัน | 3.5 |
อัปเดตครั้งล่าสุด | 2024-02-26 |
วันที่เผยแพร่ | 2021-03-01 |
คะแนน | 4.96/5 รวมทั้งหมด 246 คะแนน |
ผู้พัฒนา | https://getscreen.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://getscreen.me/ |
URL หน้าช่วยเหลือ | https://getscreen.me/docs/ |
URL หน้านโยบายความเป็นส่วนตัว | https://getscreen.me/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Getscreen.me - Remote Desktop Access", "version": "3.5", "description": "Connect to your computers and invite customers in one click!", "permissions": [ "declarativeContent", "clipboardWrite", "storage", "tabs", "activeTab", "alarms", "scripting" ], "host_permissions": [ "https:\/\/*.getscreen.me\/*" ], "manifest_version": 3, "background": { "service_worker": "background.js" }, "options_page": "html\/options.html", "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "i\/16x16.png", "32": "i\/32x32.png", "48": "i\/48x48.png", "128": "i\/128x128.png" } }, "icons": { "16": "i\/16x16.png", "32": "i\/32x32.png", "48": "i\/48x48.png", "128": "i\/128x128.png" } } |