Ubiq

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

Ubiq란 무엇입니까?

Ubiq은(는) https://present.goubiq.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ubiq chrome extension for https://present.goubiq.com/*."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ubiq 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}