MeetSpace

MeetSpace video conferencing for teams

Qu'est-ce que MeetSpace ?

MeetSpace est une extension Chrome développée par http://meetspaceapp.com, et sa fonction principale est "MeetSpace video conferencing for teams".

Télécharger le fichier CRX de l'extension MeetSpace

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

                        The MeetSpace Chrome extension enables screen sharing.                    

Informations de Base sur l'Extension

Nom MeetSpace MeetSpace
ID jckpjdbhkbcbinhhdkjoidcblpaedlkf
URL Officiel https://chrome.google.com/webstore/detail/meetspace/jckpjdbhkbcbinhhdkjoidcblpaedlkf
Description MeetSpace video conferencing for teams
Taille du Fichier 7.25 KB
Nombre d'Installations 74
Version Actuelle 1.0.3
Dernière Mise à Jour 2016-12-21
Date de Publication 2016-12-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://meetspaceapp.com
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MeetSpace",
    "description": "MeetSpace video conferencing for teams",
    "version": "1.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "homepage_url": "http:\/\/www.meetspaceapp.com",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/meetspaceapp.com\/*",
                "https:\/\/localhost:3000\/*"
            ]
        }
    ]
}