Getscreen.me - Remote Desktop Access
Connect to your computers and invite customers in one click!
What is Getscreen.me - Remote Desktop Access?
Getscreen.me - Remote Desktop Access is a Chrome extension developed by https://getscreen.me, and its main feature is "Connect to your computers and invite customers in one click!".
Extension Screenshots
Download Getscreen.me - Remote Desktop Access Extension CRX File
Download Getscreen.me - Remote Desktop Access extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Getscreen.me - Remote Desktop Access |
ID | iaohfhfkcdddhmpmonkhhblodjfolfmf |
Official URL | https://chromewebstore.google.com/detail/getscreenme-remote-deskto/iaohfhfkcdddhmpmonkhhblodjfolfmf |
Description | Connect to your computers and invite customers in one click! |
File Size | 675 KB |
Installation Count | 8,251 |
Current Version | 3.5 |
Last Updated | 2024-02-26 |
Publish Date | 2021-03-01 |
Rating | 4.96/5 Total 246 Ratings |
Developer | https://getscreen.me |
[email protected] | |
Payment Type | free |
Extension Website | https://getscreen.me/ |
Help Page URL | https://getscreen.me/docs/ |
Privacy Policy Page URL | https://getscreen.me/privacy-policy |
Supported Languages | 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" } } |