Pychat Screensharing Extension

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

Cos'è Pychat Screensharing Extension?

Pychat Screensharing Extension è un'estensione di Chrome sviluppata da deathangel908, e la sua funzione principale è "This extension allows to shareScreen during a call for pychat.org.".

Scarica il file CRX dell'estensione Pychat Screensharing Extension

Scarica i file di estensione Pychat Screensharing Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pychat Screensharing Extension Pychat Screensharing Extension
ID cnlplcfdldebgdlcmpkafcialnbopedn
URL Ufficiale https://chrome.google.com/webstore/detail/pychat-screensharing-exte/cnlplcfdldebgdlcmpkafcialnbopedn
Descrizione This extension allows to shareScreen during a call for pychat.org.
Dimensione del File 7.56 KB
Conteggio Installazioni 14
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-12-24
Data di Pubblicazione 2017-12-24
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore deathangel908
Tipo di Pagamento free
Sito Web dell'Estensione https://pychat.org
URL della Pagina di Aiuto https://github.com/Deathangel908/djangochat/issues
Lingue Supportate 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"
    ]
}