Peeps.Chat

This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.

Cos'è Peeps.Chat?

Peeps.Chat è un'estensione di Chrome sviluppata da https://peeps.chat, e la sua funzione principale è "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Peeps.Chat

Scarica i file di estensione Peeps.Chat 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

                        This extension will allow you to share your screen with everyone that came to your personal peeps.chat site. 
Anyone on your site can view your screen in a window or they can use full screen in order to see everything more clearly. 
Peeps.chat sites are built with a new Real time communications software called webRTC and requires browsers such as Chrome, Firefox or Opera in order to run properly.                    

Informazioni di Base sull'Estensione

Nome Peeps.Chat Peeps.Chat
ID pcjpmbeahidbndmjeenokfangoaapjkm
URL Ufficiale https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm
Descrizione This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
Dimensione del File 7.92 KB
Conteggio Installazioni 60
Versione Corrente 1.1.2
Ultimo Aggiornamento 2016-09-30
Data di Pubblicazione 2016-09-30
Sviluppatore https://peeps.chat
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://peeps.chat
URL della Pagina della Politica sulla Privacy https://peeps.chat
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Peeps.Chat",
    "author": "James",
    "version": "1.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.",
    "homepage_url": "https:\/\/peeps.chat\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/peeps.chat\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}