Scribe for Meetings

Scribe for Meetings provides real-time access to on-screen content in online meetings for print-impaired attendees.

Τι είναι το Scribe for Meetings;

Το Scribe for Meetings είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pneuma Solutions, και η κύρια λειτουργία του είναι "Scribe for Meetings provides real-time access to on-screen content in online meetings for print-impaired attendees.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Scribe for Meetings

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

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

                        It's now easier than ever to attend accessible meetings using Scribe for Meetings.

When you launch a Zoom meeting that has been made accessible with Scribe for Meetings, the extension will notify you, and you can start viewing the accessible content in Scribe for Meetings by either clicking the notification or pressing the keyboard shortcut assigned to this extension. By default, the keyboard shortcut is Ctrl+Shift+1.

When you launch a Zoom meeting that has not yet been registered with Scribe for Meetings, the extension can notify you when the meeting has been registered. If you want to be notified when the meeting is registered, you'll need to either click the notification that the meeting is not yet registered, or use the extension's keyboard shortcut as described above. Then, if your browser is open when the meeting is registered, the extension will notify you. You will also get an email notification from Scribe for Meetings.

You can customize the keyboard shortcut for this extension through the Extensions page in your browser.                    

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

Όνομα Scribe for Meetings Scribe for Meetings
ID bikolphfhfiambndbiimigilhfekcfpn
Επίσημο URL https://chromewebstore.google.com/detail/scribe-for-meetings/bikolphfhfiambndbiimigilhfekcfpn
Περιγραφή Scribe for Meetings provides real-time access to on-screen content in online meetings for print-impaired attendees.
Μέγεθος Αρχείου 130 KB
Αριθμός Εγκαταστάσεων 52
Τρέχουσα Έκδοση 1.4.1
Τελευταία Ενημέρωση 2021-08-12
Ημερομηνία Δημοσίευσης 2021-07-21
Προγραμματιστής Pneuma Solutions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scribe for Meetings",
    "description": "Scribe for Meetings provides real-time access to on-screen content in online meetings for print-impaired attendees.",
    "version": "1.4.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/vendor.js"
        ]
    },
    "commands": {
        "accept-notification": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Accept a Scribe for Meetings notification.",
            "global": true
        }
    },
    "permissions": [
        "storage",
        "webRequest",
        "notifications",
        "tabs",
        "https:\/\/*.zoom.us\/j\/*",
        "https:\/\/zoom.us\/j\/*",
        "https:\/\/*.zoom.us\/w\/*",
        "https:\/\/zoom.us\/w\/*",
        "https:\/\/scribeformeetings.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}