Audio Recorder
Application
What is Audio Recorder?
Audio Recorder is a Chrome extension developed by chantaiman971002, and its main feature is "Application".
Extension Screenshots
Download Audio Recorder Extension CRX File
Download Audio Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
✔ 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)
Extension Basic Information
Name | Audio Recorder |
ID | cfglmodjliapdobeapbooankcgpfjilo |
Official URL | https://chromewebstore.google.com/detail/audio-recorder/cfglmodjliapdobeapbooankcgpfjilo |
Description | Application |
File Size | 9.83 MB |
Installation Count | 89 |
Current Version | 1.0 |
Last Updated | 2021-12-15 |
Publish Date | 2021-11-27 |
Rating | 3.75/5 Total 4 Ratings |
Developer | chantaiman971002 |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |