Ubiq

Ubiq chrome extension for https://present.goubiq.com/*.

Ubiqคืออะไร?

Ubiq เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://present.goubiq.com และคุณลักษณะหลักของมันคือ "Ubiq chrome extension for https://present.goubiq.com/*."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Ubiq ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ubiq allows your conference rooms to be cable-free. No more HDMI, VGA, Dongles in the conference room again. Anyone can walk into your conference room, and start a cable-free presentation in seconds. This is the Ubiq client app for chrome extension. Using this extension you should now be able to connect to a Ubiq device and start screen-sharing instantly.                    

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

ชื่อ Ubiq Ubiq
ID dbdibdbbenjkpmdjnannkgdehgegcopo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ubiq/dbdibdbbenjkpmdjnannkgdehgegcopo
คำอธิบาย Ubiq chrome extension for https://present.goubiq.com/*.
ขนาดไฟล์ 5.64 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2022-05-19
วันที่เผยแพร่ 2019-12-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://present.goubiq.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.iubenda.com/privacy-policy/80072039
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ubiq",
    "description": "Ubiq chrome extension for https:\/\/present.goubiq.com\/*.",
    "homepage_url": "https:\/\/www.goubiq.com\/",
    "version": "0.4",
    "background": {
        "scripts": [
            "capturedesktop.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Ubiq"
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "https:\/\/present.goubiq.com\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/present.goubiq.com\/*"
            ],
            "js": [
                "communication.min.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/present.goubiq.com\/*"
        ]
    }
}