Hubgets Screen Share

Hubgets Screen share extension

Hubgets Screen Shareคืออะไร?

Hubgets Screen Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hubgets.com และคุณลักษณะหลักของมันคือ "Hubgets Screen share extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hubgets Screen Share

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hubgets Screen Share Hubgets Screen Share
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
อีเมล [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"
    ]
}