VoiceIt
Enables you to embed video and audio recordings in your emails.
O que é VoiceIt?
VoiceIt é uma extensão do Chrome desenvolvida por VoiceIt Team, e sua principal característica é "Enables you to embed video and audio recordings in your emails.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VoiceIt
Baixe arquivos de extensão VoiceIt 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
VoiceIt allows you to record and paste voice messages directly into Gmail as a one-click playback link. No attachments in the email, no downloads for the recipients. Your message can be played any time on any device. VoiceIt has not been designed to replace the text email but to support answering emails quickly when you have no time for time-consuming typing or when you need to be more expressive. VoiceIt expedites and streamlines business communication and makes your personal emails fun and live. Impress your clients, surprise your friends. Let people hear you! ..................... No signups, No account creation. Just add and start playing.
Informações Básicas da Extensão
Nome | VoiceIt |
ID | dbgbmaegfonfndncfgmmikdlijnhbneh |
URL Oficial | https://chromewebstore.google.com/detail/voiceit/dbgbmaegfonfndncfgmmikdlijnhbneh |
Descrição | Enables you to embed video and audio recordings in your emails. |
Tamanho do Arquivo | 96.12 KB |
Contagem de Instalações | 43 |
Versão Atual | 0.1.9 |
Última Atualização | 2016-08-01 |
Data de Publicação | 2016-08-01 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | VoiceIt Team |
Tipo de Pagamento | free |
Site da Extensão | http://www.voiceit.to |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VoiceIt", "description": "Enables you to embed video and audio recordings in your emails.", "version": "0.1.9", "permissions": [ "http:\/\/mail.google.com\/*", "http:\/\/inbox.google.com\/*", "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "content_scripts": [ { "js": [ "lib\/inboxsdk.js", "injected\/main.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "frame\/frame.html" ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } } |