Perculus 3 Screensharing Extension

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

Perculus 3 Screensharing Extension란 무엇입니까?

Perculus 3 Screensharing Extension은(는) Advancity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows users to share their screens on Perculus 3 platform."입니다.

확장 프로그램 스크린샷

screenshot

Perculus 3 Screensharing Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Perculus 3 Screensharing Extension Perculus 3 Screensharing Extension
ID hlkgeeoonjpbagonlokmppbmndadkidb
공식 URL https://chromewebstore.google.com/detail/perculus-3-screensharing/hlkgeeoonjpbagonlokmppbmndadkidb
설명 This extension allows users to share their screens on Perculus 3 platform.
파일 크기 15.05 KB
설치 횟수 4,197
현재 버전 1.0.0.6
최근 업데이트 2019-10-22
출시 날짜 2019-10-22
평점 3.22/5 총 18 개의 평점
개발자 Advancity
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}