Perculus 3 Screensharing Extension
This extension allows users to share their screens on Perculus 3 platform.
Perculus 3 Screensharing Extensionคืออะไร?
Perculus 3 Screensharing Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Advancity และคุณลักษณะหลักของมันคือ "This extension allows users to share their screens on Perculus 3 platform."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Perculus 3 Screensharing Extension
ดาวน์โหลดไฟล์ส่วนขยาย Perculus 3 Screensharing Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Sakarya Üniversitesi için tanımlama yapıldı.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| 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"
    }
}  |  |