IceWarp Screen Sharing

This extension allows you to share your screen to other users in the IceWarp WebClient.

Τι είναι το IceWarp Screen Sharing;

Το IceWarp Screen Sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://icewarp.com, και η κύρια λειτουργία του είναι "This extension allows you to share your screen to other users in the IceWarp WebClient.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης IceWarp Screen Sharing

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

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

                        IceWarp WebClient is an all-in-one hub for your messaging communications, whether email, instant messaging, voice, online conferencing, document management, and more. Accessible from your desktop or on-the-go, you are truly able to access everything you need during your workday while never leaving the IceWarp interface.                    

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

Όνομα IceWarp Screen Sharing IceWarp Screen Sharing
ID gpeicpibkllbejpnminnmecpjedmhhdg
Επίσημο URL https://chromewebstore.google.com/detail/icewarp-screen-sharing/gpeicpibkllbejpnminnmecpjedmhhdg
Περιγραφή This extension allows you to share your screen to other users in the IceWarp WebClient.
Μέγεθος Αρχείου 9.67 KB
Αριθμός Εγκαταστάσεων 537
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2014-10-14
Ημερομηνία Δημοσίευσης 2014-10-14
Αξιολόγηση 4.94/5 Συνολικά 32 Αξιολογήσεις
Προγραμματιστής https://icewarp.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IceWarp Screen Sharing",
    "author": "Martin Ekblom",
    "version": "1.0.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension allows you to share your screen to other users in the IceWarp WebClient.",
    "homepage_url": "http:\/\/www.icewarp.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.icewarp.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.icewarp.com\/*"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png",
        "icon16.png",
        "icon128.png"
    ]
}