PERU CONNECT Screen Sharing

PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.

Qu'est-ce que PERU CONNECT Screen Sharing ?

PERU CONNECT Screen Sharing est une extension Chrome développée par https://click-to-video.com, et sa fonction principale est "PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.".

Captures d'Écran de l'Extension

screenshot

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

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

                        PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.                    

Informations de Base sur l'Extension

Nom PERU CONNECT Screen Sharing PERU CONNECT Screen Sharing
ID gjkkoeagdcdbnjelckkknjfjpkjklheg
URL Officiel https://chromewebstore.google.com/detail/peru-connect-screen-shari/gjkkoeagdcdbnjelckkknjfjpkjklheg
Description PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
Taille du Fichier 143 KB
Nombre d'Installations 25
Version Actuelle 4.18.0618
Dernière Mise à Jour 2018-07-10
Date de Publication 2018-07-10
Développeur https://click-to-video.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PERU CONNECT Screen Sharing",
    "author": "NetStairs",
    "version": "4.18.0618",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams\/microphones.",
    "homepage_url": "https:\/\/peruconnect.click-to-video.com\/",
    "background": {
        "scripts": [
            "socket.io.js",
            "adapter.js",
            "RTCMultiConnection.min.js",
            "CodecsHandler.js",
            "IceServersHandler.js",
            "MultiStreamsMixer.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "PERU CONNECT Screen Sharing",
        "default_popup": "dropdown.html"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "",
        "activeTab",
        "tabCapture"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}