微鲸办公投屏
用于微鲸电视和微鲸投影进行办公投屏.
微鲸办公投屏とは何ですか?
微鲸办公投屏はhttps://office.whaley.cnによって開発されたChromeの拡張機能で、その主な機能は「用于微鲸电视和微鲸投影进行办公投屏.」です。
拡張機能のスクリーンショット
微鲸办公投屏拡張機能のCRXファイルをダウンロード
微鲸办公投屏拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
为微鲸电视和微鲸投影精心打造,办公场景电脑投屏新选择。
微鲸电视和微鲸投影打开“办公投屏”应用,获取配对编码。
电脑使用Chrome浏览器搭配扩展插件,访问微鲸办公投屏系统官网,输入配对编码开始办公投屏。 拡張機能の基本情報
| 名前 | |
| ID | jgnigjekbnngpigjeenkjjbghpolopkg |
| 公式URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E9%B2%B8%E5%8A%9E%E5%85%AC%E6%8A%95%E5%B1%8F/jgnigjekbnngpigjeenkjjbghpolopkg |
| 説明 | 用于微鲸电视和微鲸投影进行办公投屏. |
| ファイルサイズ | 11.8 KB |
| インストール数 | 461 |
| 現在のバージョン | 1.13 |
| 最終更新日 | 2017-09-06 |
| 公開日 | 2017-09-06 |
| 評価 | 4.43/5 合計 7 レビュー |
| 開発者 | https://office.whaley.cn |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"manifest_version": 2,
"minimum_chrome_version": "34",
"name": "\u5fae\u9cb8\u529e\u516c\u6295\u5c4f",
"permissions": [
"desktopCapture"
],
"short_name": "\u5fae\u9cb8\u529e\u516c\u6295\u5c4f",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.13",
"background": {
"persistent": true,
"scripts": [
"script.js"
]
},
"description": "\u7528\u4e8e\u5fae\u9cb8\u7535\u89c6\u548c\u5fae\u9cb8\u6295\u5f71\u8fdb\u884c\u529e\u516c\u6295\u5c4f.",
"externally_connectable": {
"matches": [
"https:\/\/www.whaley.help\/index.html",
"*:\/\/www.whaley.help\/*",
"*:\/\/office.whaley.cn\/*",
"*:\/\/cast.whaley.cn\/*"
]
},
"icons": {
"128": "whaley_icon_128.png",
"16": "whaley_icon_16.png",
"48": "whaley_icon_48.png"
},
"browser_action": {
"default_icon": "whaley_icon_16.png"
}
} | |