Audio Recorder

Application

Cos'è Audio Recorder?

Audio Recorder è un'estensione di Chrome sviluppata da chantaiman971002, e la sua funzione principale è "Application".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Audio Recorder

Scarica i file di estensione Audio Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ✔ Support Google Meet
✔ One Click Login with Google account
✔ Easy Screen Recorder for Chrome
✔ One Click Recording
✔ Screen capture whole or partial screenshots on any size of screen
✔ Live time English transcript
✔ Support Highlight Feature

Record & Transcribe meetings & calls directly from the browser
Record your meetings, transcribe, search, and share with one simple click

This Chrome extension let's you record & transcribe any meeting directly from the browser.

Start using it for free across dozens of video conferencing (Google Meet, Zoom), voice (Google Voice, Slack Calling) and virtual events platforms (Hopin, Airmeet)                    

Informazioni di Base sull'Estensione

Nome Audio Recorder Audio Recorder
ID cfglmodjliapdobeapbooankcgpfjilo
URL Ufficiale https://chromewebstore.google.com/detail/audio-recorder/cfglmodjliapdobeapbooankcgpfjilo
Descrizione Application
Dimensione del File 9.83 MB
Conteggio Installazioni 89
Versione Corrente 1.0
Ultimo Aggiornamento 2021-12-15
Data di Pubblicazione 2021-11-27
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore chantaiman971002
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Audio Recorder",
    "version": "1.0",
    "description": "Application",
    "permissions": [
        "https:\/\/meet.google.com\/",
        "tabs",
        "tabCapture",
        "storage",
        "activeTab"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_popup": "entry.html",
        "default_icon": {
            "16": "assets\/images\/white_only_Logo.png",
            "32": "assets\/images\/white_only_Logo.png",
            "48": "assets\/images\/white_only_Logo.png",
            "128": "assets\/images\/white_only_Logo.png"
        }
    },
    "icons": {
        "16": "assets\/images\/white_only_Logo.png",
        "32": "assets\/images\/white_only_Logo.png",
        "48": "assets\/images\/white_only_Logo.png",
        "128": "assets\/images\/white_only_Logo.png"
    },
    "web_accessible_resources": [
        "assets\/images\/play-button.svg",
        "assets\/images\/pause-button.svg",
        "assets\/images\/cc-button.svg",
        "assets\/images\/drop-down-button.svg",
        "assets\/images\/highlighter-button.svg",
        "assets\/images\/microphone-icon.svg",
        "assets\/images\/delete-icon.gif",
        "assets\/images\/test-logo.png",
        "permissionHelper.html"
    ],
    "content_security_policy": "script-src 'self' 'sha256-uYCfrbd9fw\/xHlxD6xWGSl0fh\/fz7Iq4+qXW\/4cln7k=' https:\/\/cdn.jsdelivr.net https:\/\/apis.google.com\/ https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/css\/bootstrap.min.css https:\/\/code.jquery.com\/jquery-3.2.1.slim.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.12.9\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/js\/bootstrap.min.js https:\/\/www.gstatic.com\/ https:\/\/kit.fontawesome.com\/a98cc81b27.js; object-src 'self'",
    "manifest_version": 2
}