VoiceIt
Enables you to embed video and audio recordings in your emails.
VoiceIt란 무엇입니까?
VoiceIt은(는) VoiceIt Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables you to embed video and audio recordings in your emails."입니다.
확장 프로그램 스크린샷
VoiceIt 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | VoiceIt |
ID | dbgbmaegfonfndncfgmmikdlijnhbneh |
공식 URL | https://chromewebstore.google.com/detail/voiceit/dbgbmaegfonfndncfgmmikdlijnhbneh |
설명 | Enables you to embed video and audio recordings in your emails. |
파일 크기 | 96.12 KB |
설치 횟수 | 43 |
현재 버전 | 0.1.9 |
최근 업데이트 | 2016-08-01 |
출시 날짜 | 2016-08-01 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | VoiceIt Team |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.voiceit.to |
지원되는 언어 | 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" } } |