ConexED Screen Sharing

Chrome screen sharing extension for the ConexED platform

Qu'est-ce que ConexED Screen Sharing ?

ConexED Screen Sharing est une extension Chrome développée par https://conexed.com, et sa fonction principale est "Chrome screen sharing extension for the ConexED platform".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension ConexED 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

                        Share your full desktop or select an application window to share.  (Note:  others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen.  Application windows sized around 800x400 work best.)                    

Informations de Base sur l'Extension

Nom ConexED Screen Sharing ConexED Screen Sharing
ID fadlnhpmllgjcllbnpjdknlbnnpammlg
URL Officiel https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg
Description Chrome screen sharing extension for the ConexED platform
Taille du Fichier 15.6 KB
Nombre d'Installations 20,000
Version Actuelle 1.7.3
Dernière Mise à Jour 2018-09-26
Date de Publication 2018-09-26
Évaluation 4.00/5 Total 10 Évaluations
Développeur https://conexed.com
Type de Paiement free
Site Web de l'Extension https://conexed.com
URL de la Page d'Aide https://blog.conexed.com/help-center/
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ConexED Screen Sharing",
    "version": "1.7.3",
    "manifest_version": 2,
    "description": "Chrome screen sharing extension for the ConexED platform",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.craniumcafe.com\/*",
            "https:\/\/*.conexed.com\/*"
        ]
    },
    "icons": {
        "16": "images\/16x16-C.png",
        "32": "images\/32x32-C.png",
        "48": "images\/48x48-C.png",
        "128": "images\/128x128-C.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.craniumcafe.com\/*",
        "https:\/\/*.conexed.com\/*"
    ],
    "web_accessible_resources": [
        "images\/48x48-C.png"
    ]
}