Noysi Screen Sharing
This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.
Noysi Screen Sharingとは何ですか?
Noysi Screen Sharingはhttps://noysi.comによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.」です。
拡張機能のスクリーンショット
Noysi Screen Sharing拡張機能のCRXファイルをダウンロード
Noysi Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Noysi Screen Sharing is now available! Install the plugin Now ;) Noysi is a platform which will make your communication easier and more effective among team members, employees around the world, customers, agencies, consultants, other providers, and much more. Noysi - All you need for Teamwork
拡張機能の基本情報
名前 | Noysi Screen Sharing |
ID | kijpcamedeaekaahdliijepohnebiami |
公式URL | https://chromewebstore.google.com/detail/noysi-screen-sharing/kijpcamedeaekaahdliijepohnebiami |
説明 | This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen. |
ファイルサイズ | 12.09 KB |
インストール数 | 141 |
現在のバージョン | 2.0 |
最終更新日 | 2016-11-30 |
公開日 | 2016-11-29 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | https://noysi.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Noysi Screen Sharing", "short_name": "Noysi Screen Sharing", "author": "woorea", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for http:\/\/noysi.com and it doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/noysi.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.noysi.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |