Roundee Screen share

Share the screen from your computer in the Roundee video conference.

Τι είναι το Roundee Screen share;

Το Roundee Screen share είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://roundee.io, και η κύρια λειτουργία του είναι "Share the screen from your computer in the Roundee video conference.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Roundee Screen share

Λήψη αρχείων επέκτασης Roundee Screen share σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        1) Install Roundee Screen Share extension
2) Go back to Roundee video conference call
3) Refresh the page (Command+R) for Mac or (Ctrl+F5) on PC. 
4) Done, you can use the Screen Share feature.

No worries, refreshing the page won't make you lose the call. It will automatically reconnect where you were before.

About Roundee.io

Roundee is a no installation, free video conference calls in your web browser. We help you to create a video record for all your important meeting and share it instantly with your team or clients. Quickly connect from PC or Mobile with up to 6 people and enjoy the convenience of video recording.

Have a question or need support? 
Please contact us at [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Roundee Screen share Roundee Screen share
ID nhgakmconlchcjjjcligmohaijmgcbkd
Επίσημο URL https://chromewebstore.google.com/detail/roundee-screen-share/nhgakmconlchcjjjcligmohaijmgcbkd
Περιγραφή Share the screen from your computer in the Roundee video conference.
Μέγεθος Αρχείου 19.7 KB
Αριθμός Εγκαταστάσεων 153
Τρέχουσα Έκδοση 3.5.16
Τελευταία Ενημέρωση 2019-05-02
Ημερομηνία Δημοσίευσης 2019-05-01
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://roundee.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roundee Screen share",
    "author": "linearhub",
    "version": "3.5.16",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Share the screen from your computer in the Roundee video conference.",
    "homepage_url": "https:\/\/www.roundee.io",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/roundee.io\/*",
                "https:\/\/roundee.com\/*",
                "https:\/\/localhost:4200\/*",
                "https:\/\/www.roundee.io\/*",
                "https:\/\/dev2.roundee.com\/*",
                "https:\/\/dev0.roundee.com\/*",
                "https:\/\/askee.io\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/roundee.io\/*",
            "https:\/\/roundee.com\/*",
            "https:\/\/localhost:4200\/*",
            "https:\/\/www.roundee.io\/*",
            "https:\/\/dev2.roundee.com\/*",
            "https:\/\/dev0.roundee.com\/*",
            "https:\/\/askee.io\/*"
        ]
    },
    "icons": {
        "16": "16.png",
        "19": "19.png",
        "38": "38.png",
        "128": "128.png"
    },
    "permissions": [
        "desktopCapture",
        "*:\/\/localhost:4200\/*",
        "*:\/\/roundee.io\/*",
        "*:\/\/*.roudnee.io\/*",
        "*:\/\/*.roundee.com\/*",
        "*:\/\/askee.io\/*",
        "*:\/\/*.askee.io\/*"
    ],
    "web_accessible_resources": [
        "38.png"
    ]
}