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