Getscreen.me - Remote Desktop Access
Connect to your computers and invite customers in one click!
Was ist Getscreen.me - Remote Desktop Access?
Getscreen.me - Remote Desktop Access ist eine Chrome-Erweiterung, die von https://getscreen.me entwickelt wurde, und ihr Hauptmerkmal ist "Connect to your computers and invite customers in one click!".
Erweiterungsscreenshots
Getscreen.me - Remote Desktop Access-Erweiterungs-CRX-Datei herunterladen
Laden Sie Getscreen.me - Remote Desktop Access-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iaohfhfkcdddhmpmonkhhblodjfolfmf |
| Offizielle URL | https://chromewebstore.google.com/detail/getscreenme-remote-deskto/iaohfhfkcdddhmpmonkhhblodjfolfmf |
| Beschreibung | Connect to your computers and invite customers in one click! |
| Dateigröße | 675 KB |
| Installationsanzahl | 8,251 |
| Aktuelle Version | 3.5 |
| Letztes Update | 2024-02-26 |
| Veröffentlichungsdatum | 2021-03-01 |
| Bewertung | 4.96/5 Insgesamt 246 Bewertungen |
| Entwickler | https://getscreen.me |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://getscreen.me/ |
| Hilfeseite URL | https://getscreen.me/docs/ |
| URL der Datenschutzrichtlinien-Seite | https://getscreen.me/privacy-policy |
| Unterstützte Sprachen | 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"
}
} | |