RemoteEye Screensharing

Chrome extension to enable Screen sharing on RemoteEye.

Τι είναι το RemoteEye Screensharing;

Το RemoteEye Screensharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://app.remoteeye.com, και η κύρια λειτουργία του είναι "Chrome extension to enable Screen sharing on RemoteEye.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης RemoteEye Screensharing

Λήψη αρχείων επέκτασης RemoteEye Screensharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Chrome extension to enable Screen sharing on RemoteEye.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα RemoteEye Screensharing RemoteEye Screensharing
ID hfceddghiillmnhcbpenkhofgpkdonbl
Επίσημο URL https://chromewebstore.google.com/detail/remoteeye-screensharing/hfceddghiillmnhcbpenkhofgpkdonbl
Περιγραφή Chrome extension to enable Screen sharing on RemoteEye.
Μέγεθος Αρχείου 34.16 KB
Αριθμός Εγκαταστάσεων 81
Τρέχουσα Έκδοση 3.0
Τελευταία Ενημέρωση 2017-09-14
Ημερομηνία Δημοσίευσης 2017-09-14
Προγραμματιστής https://app.remoteeye.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.remoteeye.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RemoteEye Screensharing",
    "author": "RemoteEye",
    "version": "3.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Chrome extension to enable Screen sharing on RemoteEye.",
    "homepage_url": "http:\/\/www.remoteeye.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.app.remoteeye.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}