Getscreen.me - Remote Desktop Access

Connect to your computers and invite customers in one click!

Getscreen.me - Remote Desktop Access là gì?

Getscreen.me - Remote Desktop Access là một tiện ích mở rộng Chrome được phát triển bởi https://getscreen.me, và tính năng chính của nó là "Connect to your computers and invite customers in one click!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Getscreen.me - Remote Desktop Access

Tải xuống các tệp mở rộng Getscreen.me - Remote Desktop Access dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Getscreen.me - Remote Desktop Access Getscreen.me - Remote Desktop Access
ID iaohfhfkcdddhmpmonkhhblodjfolfmf
URL Chính Thức https://chromewebstore.google.com/detail/getscreenme-remote-deskto/iaohfhfkcdddhmpmonkhhblodjfolfmf
Mô tả Connect to your computers and invite customers in one click!
Kích Thước Tệp 675 KB
Số Lần Cài Đặt 8,251
Phiên Bản Hiện Tại 3.5
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2021-03-01
Đánh Giá 4.96/5 Tổng số 246 Đánh Giá
Nhà Phát Triển https://getscreen.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getscreen.me/
URL Trang Trợ Giúp https://getscreen.me/docs/
URL Trang Chính Sách Bảo Mật https://getscreen.me/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}