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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Crosstec Remote Control Client एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}