hqmeetup screen sharing

This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.

hqmeetup screen sharingとは何ですか?

hqmeetup screen sharingはhttp://castrr.liveによって開発されたChromeの拡張機能で、その主な機能は「This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.」です。

拡張機能のスクリーンショット

screenshot

hqmeetup screen sharing拡張機能のCRXファイルをダウンロード

hqmeetup screen sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This chrome extension is used for screen sharing in the hqmeetup online meeting platform.                    

拡張機能の基本情報

名前 hqmeetup screen sharing hqmeetup screen sharing
ID apgmehfolpammmebikmcomgjpgfdfdea
公式URL https://chrome.google.com/webstore/detail/hqmeetup-screen-sharing/apgmehfolpammmebikmcomgjpgfdfdea
説明 This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.
ファイルサイズ 97.85 KB
インストール数 291
現在のバージョン 2.0
最終更新日 2018-11-30
公開日 2018-11-30
開発者 http://castrr.live
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://hqmeetup.com
ヘルプページのURL https://hqwebinar.com/dashboard/support/docs
プライバシーポリシーページのURL https://hqwebinar.com/dashboard/support/docs/terms.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hqmeetup screen sharing",
    "author": "hqsuite",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.",
    "homepage_url": "https:\/\/hqmeetup.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.hqmeetup.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}