Audio Recorder

Application

Qu'est-ce que Audio Recorder ?

Audio Recorder est une extension Chrome développée par chantaiman971002, et sa fonction principale est "Application".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Audio Recorder

Téléchargez les fichiers d'extension Audio Recorder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ✔ 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)                    

Informations de Base sur l'Extension

Nom Audio Recorder Audio Recorder
ID cfglmodjliapdobeapbooankcgpfjilo
URL Officiel https://chromewebstore.google.com/detail/audio-recorder/cfglmodjliapdobeapbooankcgpfjilo
Description Application
Taille du Fichier 9.83 MB
Nombre d'Installations 89
Version Actuelle 1.0
Dernière Mise à Jour 2021-12-15
Date de Publication 2021-11-27
Évaluation 3.75/5 Total 4 Évaluations
Développeur chantaiman971002
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}