klood.io screensharing extension

Enables screen sharing with klood.io platform

Qu'est-ce que klood.io screensharing extension ?

klood.io screensharing extension est une extension Chrome développée par https://klood.io, et sa fonction principale est "Enables screen sharing with klood.io platform".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension klood.io screensharing extension

Téléchargez les fichiers d'extension klood.io screensharing extension 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

                        Enables screen sharing with klood.io platform                    

Informations de Base sur l'Extension

Nom klood.io screensharing extension klood.io screensharing extension
ID hhjjcaafciekjfdfbkehhdkjdpacfemf
URL Officiel https://chromewebstore.google.com/detail/kloodio-screensharing-ext/hhjjcaafciekjfdfbkehhdkjdpacfemf
Description Enables screen sharing with klood.io platform
Taille du Fichier 26.17 KB
Nombre d'Installations 182
Version Actuelle 4
Dernière Mise à Jour 2019-03-28
Date de Publication 2019-03-28
Développeur https://klood.io
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.klood.io\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Enables screen sharing with klood.io platform",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png",
        "64": "images\/64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5PHr4AaIdndChqERsFHwnQHmnGRuNYbQpHeQtrsrZB9YxIstB9bymWSWpg\/ru4YEbNi\/86osRwoywAO7mMdVwbiR1a6a0y3sY48h4tZ3Y0BV7\/88P09EqyeH4WEyGamFMTmEfvY2HdGFcovCT6SoDmYawFlIH\/AdzxRiyeWIfuM52hffWuU9ZiFUJp9XVBxEMDyd2etvK8vRxSKfjhiUDvUX+WAWIYyfdnVUrJQvZsRFXTz8f87ayPKpAa2i5Z7p8pB1\/59RwJdyC+hKOeYVN+Nb4PsaH85SCCmG2+mntm009uCcUeQfp9WmeTS\/Cq+H7JQLXW8DtU\/sbxjiQ7k\/5wIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "klood.io screensharing extension",
    "options_page": "options.html",
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "http:\/\/*\/klood.io",
        "https:\/\/*\/klood.io"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4"
}