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拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | IRIS Meet3.0 |
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" ] } |