IRIS Meet3.0

This is a screen sharing extension for IRIS Meet3.0 developed by Interush Inc.

What is IRIS Meet3.0?

IRIS Meet3.0 is a Chrome extension developed by https://meet3.iris-one.com, and its main feature is "This is a screen sharing extension for IRIS Meet3.0 developed by Interush Inc.".

Extension Screenshots

screenshot

Download IRIS Meet3.0 Extension CRX File

Download IRIS Meet3.0 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

                                            

Extension Basic Information

Name IRIS Meet3.0 IRIS Meet3.0
ID oodgchpjckojapdooofohmkphhjepdaj
Official URL https://chromewebstore.google.com/detail/iris-meet30/oodgchpjckojapdooofohmkphhjepdaj
Description This is a screen sharing extension for IRIS Meet3.0 developed by Interush Inc.
File Size 24.25 KB
Installation Count 143
Current Version 2.15
Last Updated 2016-05-12
Publish Date 2016-05-12
Rating 5.00/5 Total 3 Ratings
Developer https://meet3.iris-one.com
Payment Type free
Extension Website http://www.iris-one.com/
Supported Languages 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"
    ]
}