微鲸屏幕分享
微鲸投屏办公软件,用于捕获本机桌面视频
微鲸屏幕分享とは何ですか?
微鲸屏幕分享はhttps://tptest.whaley.cnによって開発されたChromeの拡張機能で、その主な機能は「微鲸投屏办公软件,用于捕获本机桌面视频」です。
拡張機能のスクリーンショット
微鲸屏幕分享拡張機能のCRXファイルをダウンロード
微鲸屏幕分享拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
本插件仅适用于适用微鲸会议机的客户,投屏插件
拡張機能の基本情報
名前 | |
ID | ilknapbfmiehgjkmdaokdldjncigakhg |
公式URL | https://chrome.google.com/webstore/detail/%E5%BE%AE%E9%B2%B8%E5%B1%8F%E5%B9%95%E5%88%86%E4%BA%AB/ilknapbfmiehgjkmdaokdldjncigakhg |
説明 | 微鲸投屏办公软件,用于捕获本机桌面视频 |
ファイルサイズ | 12.53 KB |
インストール数 | 40 |
現在のバージョン | 0.0.7 |
最終更新日 | 2019-06-05 |
公開日 | 2019-06-04 |
開発者 | https://tptest.whaley.cn |
支払い方法 | free |
拡張機能のウェブサイト | https://tp.whaley.cn/ |
ヘルプページのURL | https://tp.whaley.cn/ |
プライバシーポリシーページのURL | https://tp.whaley.cn |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u5fae\u9cb8\u5c4f\u5e55\u5206\u4eab", "description": "\u5fae\u9cb8\u6295\u5c4f\u529e\u516c\u8f6f\u4ef6\uff0c\u7528\u4e8e\u6355\u83b7\u672c\u673a\u684c\u9762\u89c6\u9891", "version": "0.0.7", "manifest_version": 2, "minimum_chrome_version": "34", "icons": [], "permissions": [ "desktopCapture", "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/localhost:3232\/*", "https:\/\/tptest.whaley.cn\/*", "https:\/\/tp.whaley.cn\/*" ] } ], "externally_connectable": { "matches": [ "http:\/\/localhost:3232\/*", "https:\/\/tptest.whaley.cn\/*", "https:\/\/tp.whaley.cn\/*" ] }, "browser_action": { "default_icon": "images\/desktopCapture22.png", "default_title": "\u5fae\u9cb8\u5c4f\u5e55\u5206\u4eab" } } |