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