Banafo | Transcribe & Record Meetings

Record the audio of all your video meetings with one click. Generate automatic transcriptions.

Τι είναι το Banafo | Transcribe & Record Meetings;

Το Banafo | Transcribe & Record Meetings είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Banafo, και η κύρια λειτουργία του είναι "Record the audio of all your video meetings with one click. Generate automatic transcriptions.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Banafo | Transcribe & Record Meetings

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

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

                        Record the audio of all your video meetings with one click. Generate automatic transcriptions.

✜ Record all your conversations
Banafo works as an independent audio recorder in your browser. You have full control over what you record. You only need to click to start and stop recording. 

✜ Video and calls
You can record web conferences, video calls, meetings, but also the VOIP calls you make with your browser.

✜ Automatic transcriptions
Your audio conversations are uploaded to your free Banafo account. There you can store and transcribe a limited amount of recordings for free. Please visit our website for more details. 

✜ Meeting Notes
Take notes during your web meetings and calls! Once you start a Recording, a new interface element will be shown on screen where you can start typing.  Your notes are automatically synced with the Recording and can be viewed later in the dashboard.

✜ Works with your favorite web conferencing tools, messengers, podcasts or news sites.

✜ Coming soon 
We will be releasing more features and options in the near future. Please visit https://banafo.com to stay in the loop. 


With the current free version, you can already take advantage of the many benefits Banafo offers you. 

⏲️ Save time
Quickly read the transcriptions instead of having to listen again to recorded calls and hoping you are listening to the one you need. 

💰 Save money
No more need to outsource transcriptions of your calls. Banafo does it for you. 

✒️Notes and points of interest
You can easily add notes and points of interest to your recorded web conversations. 

📈 Boost team skills
It has never been so easy to find the proper web conversations you can use as the best training material for your staff.                    

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

Όνομα Banafo | Transcribe & Record Meetings Banafo | Transcribe & Record Meetings
ID fimdehpmamnjanklbfejacbkomabdhdh
Επίσημο URL https://chromewebstore.google.com/detail/banafo-transcribe-record/fimdehpmamnjanklbfejacbkomabdhdh
Περιγραφή Record the audio of all your video meetings with one click. Generate automatic transcriptions.
Μέγεθος Αρχείου 652 KB
Αριθμός Εγκαταστάσεων 279
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2024-02-23
Ημερομηνία Δημοσίευσης 2022-02-23
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Banafo
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://banafo.com/?utm_source=webstore&utm_medium=visit_link&utm_campaign=chrome
URL της Σελίδας Πολιτικής Απορρήτου https://banafo.com/en/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "2.0.1",
    "version_name": "2.0.1",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "16": "images\/banafo-icon-16x16.png",
        "48": "images\/banafo-icon-48x48.png",
        "64": "images\/banafo-icon-64x64.png",
        "128": "images\/banafo-icon-128x128.png",
        "256": "images\/banafo-icon-256x256.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "notifications",
        "offscreen",
        "scripting",
        "storage",
        "tabCapture",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.banafo.com\/*"
            ],
            "js": [
                "dashboard-monitor.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "css\/*",
                "fonts\/*",
                "i18n\/*",
                "images\/*"
            ]
        }
    ],
    "minimum_chrome_version": "116"
}