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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        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"
    }
}  |  |