IRIS Meet3.0
This is a screen sharing extension for IRIS Meet3.0 developed by Interush Inc.
ما هو IRIS Meet3.0؟
IRIS Meet3.0 هو إضافة Chrome تم تطويرها بواسطة https://meet3.iris-one.com، والميزة الرئيسية لها هي "This is a screen sharing extension for IRIS Meet3.0 developed by Interush Inc.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IRIS Meet3.0
قم بتنزيل ملفات الامتداد IRIS Meet3.0 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                                             معلومات أساسية عن التمديد
| الاسم |   |  
| ID | oodgchpjckojapdooofohmkphhjepdaj | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/iris-meet30/oodgchpjckojapdooofohmkphhjepdaj | 
| الوصف | This is a screen sharing extension for IRIS Meet3.0 developed by Interush Inc. | 
| حجم الملف | 24.25 KB | 
| عدد التثبيتات | 143 | 
| النسخة الحالية | 2.15 | 
| آخر تحديث | 2016-05-12 | 
| تاريخ النشر | 2016-05-12 | 
| تقييم | 5.00/5 مجموع تقييمات 3 | 
| المطور | https://meet3.iris-one.com | 
| نوع الدفع | free | 
| موقع الإضافة | http://www.iris-one.com/ | 
| اللغات المدعومة | en,zh-CN,zh-TW,ja | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "Interush, Inc.",
    "version": "2.15",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "homepage_url": "https:\/\/meet3.iris-one.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/meet3.iris-one.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}  |  |