Pychat Screensharing Extension

This extension allows to shareScreen during a call for pychat.org.

Qu'est-ce que Pychat Screensharing Extension ?

Pychat Screensharing Extension est une extension Chrome développée par deathangel908, et sa fonction principale est "This extension allows to shareScreen during a call for pychat.org.".

Télécharger le fichier CRX de l'extension Pychat Screensharing Extension

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

                        You need to share a screen? Applications like teamviewer/skype requires installation or some setup, or your friend may not have it. Then https://pychat.org is for you. Just make a call with your fellow, and click on share screen button.                    

Informations de Base sur l'Extension

Nom Pychat Screensharing Extension Pychat Screensharing Extension
ID cnlplcfdldebgdlcmpkafcialnbopedn
URL Officiel https://chrome.google.com/webstore/detail/pychat-screensharing-exte/cnlplcfdldebgdlcmpkafcialnbopedn
Description This extension allows to shareScreen during a call for pychat.org.
Taille du Fichier 7.56 KB
Nombre d'Installations 14
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-12-24
Date de Publication 2017-12-24
Évaluation 4.00/5 Total 1 Évaluations
Développeur deathangel908
Type de Paiement free
Site Web de l'Extension https://pychat.org
URL de la Page d'Aide https://github.com/Deathangel908/djangochat/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pychat Screensharing Extension",
    "description": "This extension allows to shareScreen during a call for pychat.org.",
    "version": "1.0.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk2Ad9n6KHqF5MZ9lR9scs2b5LqeBXoBwWCwoTUYekVqKnytVHr1p0j6oR0bme6AFkSVDAMMK0NtP2+J7\/ZKHJoX+GDxUc9+av8auIbu2asEPtHv05TAMWpkmD0CRReYQnZJfpRYm65gIrNyrqbi8SgEAxdp3vxfQ2ctXPiM9Zpya10ofee7250YCrfUTo6Pn2sygt8yMtcz\/mu\/t2tNFcK0LVt7H98eFAnm94nYUvzGT7thTDpK6zyrHYRHnNaoRg2a6miNywuM2T64SqgD5EtmP7bKzBAWQdgYGOj7vv+5Hj244Gb35mghU0UjhQQzPWNyXaTF1JVG\/+txqD3ZMCQIDAQAB",
    "author": "[email protected] https:\/\/github.com\/Deathangel908",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/pychat.org\/*"
        ]
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ]
}