ebox screen sharing

This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.

Qu'est-ce que ebox screen sharing ?

ebox screen sharing est une extension Chrome développée par Unknown, et sa fonction principale est "This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ebox screen sharing

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

                        ebox screen sharing                    

Informations de Base sur l'Extension

Nom ebox screen sharing ebox screen sharing
ID aakbafpihdhaaddmgblognchdoiciloj
URL Officiel https://chromewebstore.google.com/detail/ebox-screen-sharing/aakbafpihdhaaddmgblognchdoiciloj
Description This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.
Taille du Fichier 28.92 KB
Nombre d'Installations 48
Version Actuelle 2.0
Dernière Mise à Jour 2019-11-20
Date de Publication 2019-11-20
Développeur Unknown
Type de Paiement free
Langues Prises en Charge it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ebox screen sharing",
    "author": "Wecyou S.r.l.",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/www.wecyou.it\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:4200\/*",
            "https:\/\/ebox-web.azurewebsites.net\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}