Perculus 3 Screensharing Extension

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

What is Perculus 3 Screensharing Extension?

Perculus 3 Screensharing Extension is a Chrome extension developed by Advancity, and its main feature is "This extension allows users to share their screens on Perculus 3 platform.".

Extension Screenshots

screenshot

Download Perculus 3 Screensharing Extension Extension CRX File

Download Perculus 3 Screensharing Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Perculus 3 Screensharing Extension Perculus 3 Screensharing Extension
ID hlkgeeoonjpbagonlokmppbmndadkidb
Official URL https://chromewebstore.google.com/detail/perculus-3-screensharing/hlkgeeoonjpbagonlokmppbmndadkidb
Description This extension allows users to share their screens on Perculus 3 platform.
File Size 15.05 KB
Installation Count 4,197
Current Version 1.0.0.6
Last Updated 2019-10-22
Publish Date 2019-10-22
Rating 3.22/5 Total 18 Ratings
Developer Advancity
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}