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是由CrossTec Corporation開發的Chrome擴展程式,該擴展的主要功能是“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

下載Crosstec Remote Control Client擴展crx文件

下載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
官方網址 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
}