IRIS Meet3.0
This is a screen sharing extension for IRIS Meet3.0 developed by Interush Inc.
什么是IRIS Meet3.0?
IRIS Meet3.0是由https://meet3.iris-one.com开发的Chrome扩展程序,该扩展的主要功能是“This is a screen sharing extension for IRIS Meet3.0 developed by Interush Inc.”。
扩展截图
下载IRIS Meet3.0扩展crx文件
下载IRIS Meet3.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                                             扩展基本信息
| 名称 |   |  
| 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"
    ]
}  |  |