Perculus 3 Screensharing Extension

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

Wat is Perculus 3 Screensharing Extension?

Perculus 3 Screensharing Extension is een Chrome-extensie ontwikkeld door Advancity, en de belangrijkste functie is "This extension allows users to share their screens on Perculus 3 platform.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Perculus 3 Screensharing Extension

Download Perculus 3 Screensharing Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Perculus 3 Screensharing Extension Perculus 3 Screensharing Extension
ID hlkgeeoonjpbagonlokmppbmndadkidb
Officiële URL https://chromewebstore.google.com/detail/perculus-3-screensharing/hlkgeeoonjpbagonlokmppbmndadkidb
Beschrijving This extension allows users to share their screens on Perculus 3 platform.
Bestandsgrootte 15.05 KB
Aantal Installaties 4,197
Huidige Versie 1.0.0.6
Laatst Bijgewerkt 2019-10-22
Publicatiedatum 2019-10-22
Beoordeling 3.22/5 Totaal 18 Beoordelingen
Ontwikkelaar Advancity
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}