Notta - speech to text, transcribe web page.

Record, live transcribe videos and audios into editable text from any web page, e.g. YouTube.

O que é Notta - speech to text, transcribe web page.?

Notta - speech to text, transcribe web page. é uma extensão do Chrome desenvolvida por https://notta.ai, e sua principal característica é "Record, live transcribe videos and audios into editable text from any web page, e.g. YouTube.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Notta - speech to text, transcribe web page.

Baixe arquivos de extensão Notta - speech to text, transcribe web page. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Capture, record, and transcribe audio from any web page with cutting-edge AI. Skip the long and tedious audio and video on the browser. Our extension makes it easy to convert audio to text!
:memo:How to Use?
1. Click “Add to Chrome” and pin the extension to your toolbar.
2. Sign up or log in to your account.
5. Open the extension, choose the language, and then click "Start recording".
6. Any audio content on the current tab such as online videos, podcasts, or Zoom online classes -you name it- can be turned into text automatically.
7. You can record and transcribe anything you want on up to 5 web pages simultaneously.
:bulb:Notta can help in:
- Capture and transcribe audio to text in real-time and convert audio/video files to text
- Record and transcribe Zoom, Google Meet, Teams, and Webex meetings automatically
- Support transcriptions in 104 languages and translate them into 42 languages
- Record your screen, webcam, or both at the same time
- Schedule in-person and virtual meetings with anyone via invitation links
- Generate AI summary and action items
- Playback your recordings at multiple speeds
- Tag speakers at any point during meetings
- Access from various devices such as PCs, mobile devices, and web browsers
:globe_with_meridians: When to Use:
- Webinars and virtual meetings
- Video calls
- Client interviews
- Online classes/lectures
- International conferences and business negotiations
- Lettering of audio and video
- Live narration for the hearing-impaired
- Sale training sessions
- Coaching or therapy sessions
- Scrum meetings
:thought_balloon:WHO USE:
- Writer
- Journalist
- Consultant
- Marketing Specialist
- Customer service/success
- Student
- Freelancer
- Vlogger & YouTuber
- Hearing impaired
- Lawyer
- Engineer
- Podcast producer
- HR
:lock:SECURITY & PRIVACY
Your privacy and security are our top priorities. Notta has multiple safeguards that prevent others from accessing your data. It adheres to security regulations such as SSL, GDPR, APPI, and CCPA, to ensure data confidentiality(https://www.notta.ai/en/security). All data is encrypted with AWS' RDP and S3 services. You can read our Privacy Policy for details on how we use, protect, and process personal data: https://www.notta.ai/en/privacy.
* We do not allow the capture of illegal/copyrighted audio content.
:red_circle:FREQUENTLY ASKED QUESTIONS
1. How long does it take to transcribe audio to text?
The app can transcribe a 1-hour-long audio file in only 5 minutes, providing you results at blazing-fast speeds.
2. Can I edit the transcript?
Yes, you can edit your transcripts, add notes, and insert images in the app dashboard. After editing, you can download texts in seconds, share the recording with text to your team members, or send them to Notion and Salesforce.
3. Is there a free trial?
Yes, the basic version of our app provides a free monthly transcription quota and a 3-day free trial after sign-up to help you convert audio or video to text.
4. Is it safe to use?
The app is SSL certified. We follow industry best practices for encryption so that users' data is safe. We use HTTPS (TLS 1.2) on all pages to secure your data between your web browser and our servers. When your data is in our custody, it is encrypted using the industry-standard AES-256 algorithm.
5. How do I improve transcription accuracy?
To improve the accuracy of transcription, you can follow these best practices:
Start conversations in a quiet environment to reduce background noise.
Use a high-quality external microphone or headset to increase the audio quality.
Speak loud and clear instead of mumbling so that AI can detect your words easily.
Don't forget to pause when speaking for a long duration.
Prevent dialog overlap where speakers interrupt or cut off each other.
Ensure the internet connection is strong and stable for live recording and transcription.
Create your dictionary and train the tool to define jargon, terms, and phrases often used in your company or industry.                    

Informações Básicas da Extensão

Nome Notta - speech to text, transcribe web page. Notta - speech to text, transcribe web page.
ID kdelkaogljjcbjffjmahedaobfjineig
URL Oficial https://chromewebstore.google.com/detail/notta-speech-to-text-tran/kdelkaogljjcbjffjmahedaobfjineig
Descrição Record, live transcribe videos and audios into editable text from any web page, e.g. YouTube.
Tamanho do Arquivo 6.2 MB
Contagem de Instalações 50,230
Versão Atual 2.0.4
Última Atualização 2024-01-30
Data de Publicação 2021-09-01
Classificação 3.20/5 Total de 20 Avaliações
Desenvolvedor https://notta.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.notta.ai
URL da Página de Ajuda https://support.notta.ai/hc/ja
URL da Página de Política de Privacidade https://transcribe-saas-api.notta.io/static/policy-en-US.html
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "2.0.4",
    "description": "__MSG_appDesc__",
    "default_locale": "ja",
    "minimum_chrome_version": "116",
    "icons": {
        "16": "images\/logo-default.png",
        "48": "images\/logo-default.png",
        "128": "images\/logo-default.png"
    },
    "homepage_url": "https:\/\/www.notta.ai",
    "action": {
        "default_icon": {
            "16": "images\/logo-default.png",
            "24": "images\/logo-default.png",
            "32": "images\/logo-default.png"
        },
        "default_title": "Notta",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": ".\/background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "tabCapture",
        "activeTab",
        "cookies",
        "storage",
        "notifications",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/*.notta.ai\/*",
        "*:\/\/*.notta.io\/*",
        "*:\/\/*.amazonaws.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "http:\/\/localhost:*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}