Crosstec Remote Control Client

CrossTec is now adding to the product's existing multi-platform support capabilities and you can now remotely manage any Google…

Что такое Crosstec Remote Control Client?

Crosstec Remote Control Client - это расширение Chrome, разработанное CrossTec Corporation, и его основная функция - "CrossTec is now adding to the product's existing multi-platform support capabilities and you can now remotely manage any Google…".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Crosstec Remote Control Client

Скачайте файлы расширений Crosstec Remote Control Client в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        CrossTec is now adding to the product's existing multi-platform support capabilities and you can now remotely manage any Google Chrome OS device.

Features: 
A CrossTec Control communicates, via HTTP, with Google Chrome OS devices that are running the CrossTec Remote Control for Chrome Client extension.   

Remote Control:
A crystal clear thumbnail of each Chrome OS Client screen can be viewed by the Control in a single view.

The Client's screen can be discreetly monitored (Watch Mode) or remote controlled in real time (Share Mode).

For real-time instruction or demonstrations, the Chrome OS Client can be shown the Control (Windows or Mac) screen - in a browser tab, or in full screen mode.

The Client can also be shown an application running on the Control desktop.

1.03 This has been updated to remove the Bookmark permission.                    

Основная информация о расширении

Название Crosstec Remote Control Client Crosstec Remote Control Client
ID hilfdhlnmhmdhcfilfabcmabcpedgedd
Официальный URL https://chromewebstore.google.com/detail/crosstec-remote-control-c/hilfdhlnmhmdhcfilfabcmabcpedgedd
Описание CrossTec is now adding to the product's existing multi-platform support capabilities and you can now remotely manage any Google…
Размер файла 691 KB
Количество установок 362
Текущая Версия 1.0.3
Последнее Обновление 2022-10-10
Дата публикации 2014-12-04
Рейтинг 3.00/5 Всего 5 оценок
Разработчик CrossTec Corporation
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.crosstecsoftware.com/remotecontrol/
URL страницы помощи http://www.crosstecsoftware.com/supporthome.html
Поддерживаемые языки ms,de,en,fr,nl,no,tr,es,it,hu,pl,pt-BR,fi,sv,cs,bg,ru,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crosstec Remote Control Client",
    "version": "1.0.3",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/crosstec-remote-control-c\/hilfdhlnmhmdhcfilfabcmabcpedgedd",
    "description": "",
    "permissions": [
        "tabs",
        "notifications",
        "management",
        "clipboardWrite",
        "clipboardRead",
        ""
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/pubsub.js",
            "js\/listeners.js",
            "js\/useracklib.js",
            "js\/i18nTranslate.js",
            "js\/showlib.js",
            "js\/view.js",
            "js\/clipboard.js",
            "js\/keyboard.js",
            "js\/lock.js",
            "js\/chatlib.js",
            "js\/chromeguts.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/connection.js"
            ]
        }
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_title": "Crosstec Remote Control",
        "default_popup": "clientmenu.html"
    },
    "web_accessible_resources": [
        "images\/message48.png"
    ],
    "manifest_version": 2
}