Perculus 3 Screensharing Extension

This extension allows users to share their screens on Perculus 3 platform.

Cos'è Perculus 3 Screensharing Extension?

Perculus 3 Screensharing Extension è un'estensione di Chrome sviluppata da Advancity, e la sua funzione principale è "This extension allows users to share their screens on Perculus 3 platform.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Perculus 3 Screensharing Extension

Scarica i file di estensione Perculus 3 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

                        Sakarya Üniversitesi için tanımlama yapıldı.                    

Informazioni di Base sull'Estensione

Nome Perculus 3 Screensharing Extension Perculus 3 Screensharing Extension
ID hlkgeeoonjpbagonlokmppbmndadkidb
URL Ufficiale https://chromewebstore.google.com/detail/perculus-3-screensharing/hlkgeeoonjpbagonlokmppbmndadkidb
Descrizione This extension allows users to share their screens on Perculus 3 platform.
Dimensione del File 15.05 KB
Conteggio Installazioni 4,197
Versione Corrente 1.0.0.6
Ultimo Aggiornamento 2019-10-22
Data di Pubblicazione 2019-10-22
Valutazione 3.22/5 Totale 18 Valutazioni
Sviluppatore Advancity
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,tr
manifest.json
{
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "version": "1.0.0.6",
    "default_locale": "tr",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.perculus.com\/*",
            "*:\/\/app.perculus.com\/*",
            "*:\/\/app-v3.perculus.com\/*",
            "*:\/\/test-app-v3.perculus.com\/*",
            "*:\/\/perculus-v3.almscloud.com\/*",
            "*:\/\/test-perculus-v3.almscloud.com\/*",
            "*:\/\/eders.dpu.edu.tr\/*",
            "*:\/\/sanalsinif.ebyu.edu.tr\/*",
            "*:\/\/*.sakarya.edu.tr\/*"
        ]
    },
    "icons": {
        "128": "perculus_icon_128.png",
        "16": "perculus_icon_16.png",
        "48": "perculus_icon_48.png"
    },
    "browser_action": {
        "default_icon": "perculus_icon_16.png"
    }
}