Hubgets Screen Share
Hubgets Screen share extension
Hubgets Screen Shareとは何ですか?
Hubgets Screen Shareはhttps://hubgets.comによって開発されたChromeの拡張機能で、その主な機能は「Hubgets Screen share extension」です。
拡張機能のスクリーンショット
Hubgets Screen Share拡張機能のCRXファイルをダウンロード
Hubgets Screen Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enables screen sharing features in Hubgets. You will be able to share your screen with your team and other parties.
Hubgets is a communication and collaboration app that makes your business more productive. Free up to 20 team members. 拡張機能の基本情報
| 名前 | |
| ID | afbegohpenghgnldhimopeoemdapmiio |
| 公式URL | https://chromewebstore.google.com/detail/hubgets-screen-share/afbegohpenghgnldhimopeoemdapmiio |
| 説明 | Hubgets Screen share extension |
| ファイルサイズ | 13.76 KB |
| インストール数 | 84 |
| 現在のバージョン | 0.0.1.3 |
| 最終更新日 | 2017-01-26 |
| 公開日 | 2017-01-26 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://hubgets.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://hubgets.com |
| プライバシーポリシーページのURL | https://www.hubgets.com/company/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hubgets Screen Share",
"author": "Hubgets",
"version": "0.0.1.3",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "Hubgets Screen share extension",
"homepage_url": "https:\/\/hubgets.com\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_end",
"matches": [
"https:\/\/*\/*"
]
}
],
"page_action": {
"default_icon": {
"48": "icons\/pa_icon_48.png",
"96": "icons\/[email protected]",
"128": "icons\/pa_icon_128.png",
"256": "icons\/[email protected]"
}
},
"icons": {
"16": "icons\/favicon_16x16.png",
"48": "icons\/icon_48.png",
"96": "icons\/[email protected]",
"128": "icons\/icon_128.png",
"256": "icons\/[email protected]"
},
"permissions": [
"https:\/\/*\/*",
"desktopCapture",
"tabs"
]
} | |