Getscreen.me - Remote Desktop Access
Connect to your computers and invite customers in one click!
Vad är Getscreen.me - Remote Desktop Access?
Getscreen.me - Remote Desktop Access är en Chrome-tillägg utvecklad av https://getscreen.me, och dess huvudfunktion är "Connect to your computers and invite customers in one click!".
Tilläggsskärmbilder
Ladda ner Getscreen.me - Remote Desktop Access-förlängningens CRX-fil
Ladda ner Getscreen.me - Remote Desktop Access-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Getscreen.me - Remote Desktop Access |
ID | iaohfhfkcdddhmpmonkhhblodjfolfmf |
Officiell webbadress | https://chromewebstore.google.com/detail/getscreenme-remote-deskto/iaohfhfkcdddhmpmonkhhblodjfolfmf |
Beskrivning | Connect to your computers and invite customers in one click! |
Filstorlek | 675 KB |
Antal Installationer | 8,251 |
Aktuell Version | 3.5 |
Senast Uppdaterad | 2024-02-26 |
Publiceringsdatum | 2021-03-01 |
Betyg | 4.96/5 Totalt 246 Betyg |
Utvecklare | https://getscreen.me |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://getscreen.me/ |
Hjälpsida URL | https://getscreen.me/docs/ |
URL till Sekretesspolicy Sidan | https://getscreen.me/privacy-policy |
Stödda Språk | 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" } } |