VOXBOX - Emails With Voice

Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…

VOXBOX - Emails With Voice란 무엇입니까?

VOXBOX - Emails With Voice은(는) https://voxbox.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…"입니다.

확장 프로그램 스크린샷

screenshot

VOXBOX - Emails With Voice 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Add a voice message to your Gmail emails.

Instantly share VOXBOX voice recordings in your Gmail emails.

Save Time - A more efficient, expressive, effective way to communicate.

Avoid Confusion - Dr Albert Mehrabian researchs shows voice & tone are 5.4X more powerful than words. Add context & colour to your words through voice.

Work Smarter - Faster than typing an email.

PRIVACY: VOXBOX doesn't collect any data.                    

확장 프로그램 기본 정보

이름 VOXBOX - Emails With Voice VOXBOX - Emails With Voice
ID ologgbjjagkhofeclcoobnhhlogecbjo
공식 URL https://chromewebstore.google.com/detail/voxbox-emails-with-voice/ologgbjjagkhofeclcoobnhhlogecbjo
설명 Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…
파일 크기 929 KB
설치 횟수 36
현재 버전 1.0.0
최근 업데이트 2021-04-26
출시 날짜 2021-04-25
평점 5.00/5 총 1 개의 평점
개발자 https://voxbox.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.voxbox.ai/
도움말 페이지 URL https://www.voxbox.ai/support
개인정보 보호 정책 페이지 URL https://www.voxbox.ai/privacy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VOXBOX - Emails With Voice",
    "short_name": "VOXBOX - Emails With Voice",
    "description": "",
    "version": "1.0.0",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}