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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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\/*"
        ]
    }
}