Drive Files & Webcam Presenter

Present files from your drive and your webcam on one page with your favourite video conference or screen recording solution

Τι είναι το Drive Files & Webcam Presenter;

Το Drive Files & Webcam Presenter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://guideme.cloud, και η κύρια λειτουργία του είναι "Present files from your drive and your webcam on one page with your favourite video conference or screen recording solution".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Drive Files & Webcam Presenter

Λήψη αρχείων επέκτασης Drive Files & Webcam Presenter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Drive Files & Webcam Presenter allows you to create a chrome tab showing multiple files from your drive and your webcam image, you can arrange them how you want on the canvas. You can then use any video conference tool to present this tab to your audience or directly record it with a tool like screencastify.                    

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

Όνομα Drive Files & Webcam Presenter Drive Files & Webcam Presenter
ID kobbafbmlbbpmljdefioncacindlibpj
Επίσημο URL https://chromewebstore.google.com/detail/drive-files-webcam-presen/kobbafbmlbbpmljdefioncacindlibpj
Περιγραφή Present files from your drive and your webcam on one page with your favourite video conference or screen recording solution
Μέγεθος Αρχείου 309 KB
Αριθμός Εγκαταστάσεων 42
Τρέχουσα Έκδοση 2.2
Τελευταία Ενημέρωση 2020-05-20
Ημερομηνία Δημοσίευσης 2020-05-20
Προγραμματιστής https://guideme.cloud
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://drivewebcamext.guideme.cloud
Διεύθυνση URL της Σελίδας Βοήθειας https://drivewebcamext.guideme.cloud/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.guideme.cloud/privacy-policy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drive Files & Webcam Presenter",
    "version": "2.2",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkjMgc6KAVIFsvVuJFWkSYHgEewok+8XqfmCFsf6B57LKGu0vbUtzpdl9PlIbnntaRVC2ui8G2a6Btrexm\/H2WuAkddbEjE0ahC1Xb+44rPNo7dMCwVc+FvBafGjcQPZxS2LMTNY\/ClqYBMNsuOAqxsqK21HsGQ\/8fFyqwShzB\/ejqF54UilJlZdwOM7F\/GcVBklgPhcXO+\/RAunq0F6wuKJPpmeQyPCzXQ2A5LJ\/r9HI9a\/JMgZdBNDOU8TP\/ihfJzqQ1n+pG8pEUxeD3zVaqh5d\/AxwBlGjBkDcQrcTAshEF21yMbKAkB7+O+8YG+MVi23AzAB7m8ydQvIWyJApJQIDAQAB",
    "description": "Present files from your drive and your webcam on one page with your favourite video conference or screen recording solution",
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "web_accessible_resources": [
        "images\/slidesIcon.png",
        "images\/Video.png",
        "images\/noVideo.png",
        "images\/addFile.png",
        "images\/muted.png",
        "images\/unmuted.png",
        "images\/meet.png",
        "images\/help.png",
        "images\/refresh.png",
        "images\/toggleEdit.png",
        "images\/drag.png"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "oauth2": {
        "client_id": "925165003173-c4hc93ddbf91a62khs4ugeb7u7afhl41.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.metadata.readonly"
        ]
    },
    "manifest_version": 2
}