Getscreen.me - Remote Desktop Access

Connect to your computers and invite customers in one click!

Apa itu Getscreen.me - Remote Desktop Access?

Getscreen.me - Remote Desktop Access adalah ekstensi Chrome yang dikembangkan oleh https://getscreen.me, dan fitur utamanya adalah "Connect to your computers and invite customers in one click!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Getscreen.me - Remote Desktop Access

Unduh file ekstensi Getscreen.me - Remote Desktop Access dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Getscreen.me - Remote Desktop Access Getscreen.me - Remote Desktop Access
ID iaohfhfkcdddhmpmonkhhblodjfolfmf
URL Resmi https://chromewebstore.google.com/detail/getscreenme-remote-deskto/iaohfhfkcdddhmpmonkhhblodjfolfmf
Deskripsi Connect to your computers and invite customers in one click!
Ukuran File 675 KB
Jumlah Instalasi 8,251
Versi Saat Ini 3.5
Terakhir Diperbarui 2024-02-26
Tanggal Publikasi 2021-03-01
Penilaian 4.96/5 Total 246 Penilaian
Pengembang https://getscreen.me
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://getscreen.me/
URL Halaman Bantuan https://getscreen.me/docs/
URL Halaman Kebijakan Privasi https://getscreen.me/privacy-policy
Bahasa yang Didukung 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"
    }
}