Record Voice Comments in Google Docs - Beep

The best way to record voice notes and audio feedback on Google Docs, Sheets, Slides, and Forms.

Τι είναι το Record Voice Comments in Google Docs - Beep;

Το Record Voice Comments in Google Docs - Beep είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://beepaudio.com, και η κύρια λειτουργία του είναι "The best way to record voice notes and audio feedback on Google Docs, Sheets, Slides, and Forms.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Record Voice Comments in Google Docs - Beep

Λήψη αρχείων επέκτασης Record Voice Comments in Google Docs - Beep σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Beep for Google Docs is a voice commenting and feedback tool for Google Docs. You can comment on Google Docs, Google Slides, Google Sheets, and Google Forms with your voice. 

You never have to leave Google Docs to record or listen to voice notes as everything is integrated into Docs. 

Why audio comments?

Giving feedback can be challenging. You have to capture all your thoughts but also convey them in a tone that's constructive and positive.  This is a lot harder to do if you're just trying to type comments. With voice, you can more quickly convey what you want to get across and make sure the tone is positive and clear.  

How it works?
1. Install the extension above.
2. Visit Google Docs, Google Sheets, Google Slides, or Google Forms.  
3. Add a comment and click "voice comment" to record.

That’s all it takes. A link will be inserted into the comment and that link will be auto-magically converted into an embedded player for anyone who has the extension installed.  So you can listen to all the comments without leaving Google docs! 

*New Feature* Automatically expire voice comments to auto-delete after a certain length of time. 

Who’s it for?

Collaborative Teams
Great teams know the value of feedback. With Beep you can leave comments with a positive, constructive tone and make your team feel more connected. 

Editors
Reading manuscripts or article drafts can be exhausting. With voice memos, you can convey more, faster.  

Professors
Grading papers and providing feedback can take a serious amount of time. Beep saves you time by allowing you to voice your feedback and allows you to have a more personal connection with your students.  


***Disclaimer***
This app is not affiliated with or officially endorsed by Google or Google Docs, Slides, Sheets, or Forms in any way                    

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

Όνομα Record Voice Comments in Google Docs - Beep Record Voice Comments in Google Docs - Beep
ID lbfofpndjldbnhnhibhmggblcbpoomon
Επίσημο URL https://chromewebstore.google.com/detail/record-voice-comments-in/lbfofpndjldbnhnhibhmggblcbpoomon
Περιγραφή The best way to record voice notes and audio feedback on Google Docs, Sheets, Slides, and Forms.
Μέγεθος Αρχείου 2.42 MB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.20
Τελευταία Ενημέρωση 2023-11-02
Ημερομηνία Δημοσίευσης 2021-05-13
Αξιολόγηση 4.87/5 Συνολικά 199 Αξιολογήσεις
Προγραμματιστής https://beepaudio.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.beepaudio.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.beepaudio.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.beepaudio.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Record Voice Comments in Google Docs - Beep",
    "short_name": "Beep for Google Docs",
    "author": "@beepaudio",
    "version": "1.20",
    "description": "The best way to record voice notes and audio feedback on Google Docs, Sheets, Slides, and Forms.",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/forms\/*"
            ],
            "js": [
                "forms-content.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*",
                "https:\/\/docs.google.com\/presentation\/*",
                "https:\/\/docs.google.com\/spreadsheets\/*"
            ],
            "js": [
                "docs-content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/assets\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Beep for Google Docs - Settings",
        "default_icon": {
            "16": "\/assets\/icon16.png",
            "48": "\/assets\/icon48.png",
            "128": "\/assets\/icon128.png"
        }
    },
    "icons": {
        "16": "\/assets\/icon16.png",
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com https:\/\/www.googleapis.com; object-src 'self'"
}