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是由https://getscreen.me开发的Chrome扩展程序,该扩展的主要功能是“Connect to your computers and invite customers in one click!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Getscreen.me - Remote Desktop Access扩展crx文件

下载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"
    }
}