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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://getscreen.me/docs/ |
عنوان صفحة سياسة الخصوصية | 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" } } |