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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | ![]() |
ID | apgmehfolpammmebikmcomgjpgfdfdea |
官方網址 | 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 |
電子郵箱 | [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" ] } |