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!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου 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 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"
    }
}