Screen Share Extension for the Kore App
Screen Share Extension for the Kore App
Screen Share Extension for the Kore Appとは何ですか?
Screen Share Extension for the Kore Appはhttps://kore.comによって開発されたChromeの拡張機能で、その主な機能は「Screen Share Extension for the Kore App」です。
拡張機能のスクリーンショット
Screen Share Extension for the Kore App拡張機能のCRXファイルをダウンロード
Screen Share Extension for the Kore App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use Kore to collaborate with colleagues. Using Kore's new real time communication features, hop on a call with a co-worker or a group and have a productive meeting from anywhere in the world
拡張機能の基本情報
名前 | Screen Share Extension for the Kore App |
ID | faeohamndfhcghnogccaihapbaialcbb |
公式URL | https://chromewebstore.google.com/detail/screen-share-extension-fo/faeohamndfhcghnogccaihapbaialcbb |
説明 | Screen Share Extension for the Kore App |
ファイルサイズ | 12.74 KB |
インストール数 | 46 |
現在のバージョン | 1.3 |
最終更新日 | 2017-05-04 |
公開日 | 2017-05-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://kore.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Share Extension for the Kore App", "short_name": "kore.ai extension", "description": "Screen Share Extension for the Kore App", "version": "1.3", "manifest_version": 2, "icons": { "128": "kore-logo.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.kore.com\/*", "*:\/\/*.kore.net\/*", "*:\/\/*.kore.ai\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "*:\/\/*.kore.com\/*", "*:\/\/*.kore.net\/*", "*:\/\/*.kore.ai\/*", "desktopCapture", "tabs" ] } |