IceWarp Screen Sharing

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

Qu'est-ce que IceWarp Screen Sharing ?

IceWarp Screen Sharing est une extension Chrome développée par https://icewarp.com, et sa fonction principale est "This extension allows you to share your screen to other users in the IceWarp WebClient.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IceWarp Screen Sharing

Téléchargez les fichiers d'extension IceWarp Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IceWarp Screen Sharing IceWarp Screen Sharing
ID gpeicpibkllbejpnminnmecpjedmhhdg
URL Officiel https://chromewebstore.google.com/detail/icewarp-screen-sharing/gpeicpibkllbejpnminnmecpjedmhhdg
Description This extension allows you to share your screen to other users in the IceWarp WebClient.
Taille du Fichier 9.67 KB
Nombre d'Installations 537
Version Actuelle 1.0.5
Dernière Mise à Jour 2014-10-14
Date de Publication 2014-10-14
Évaluation 4.94/5 Total 32 Évaluations
Développeur https://icewarp.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}