Voxnote : Record and share audio messages

Record voice notes and save them as links to your favorite apps

Voxnote : Record and share audio messages란 무엇입니까?

Voxnote : Record and share audio messages은(는) TalkTalkMe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record voice notes and save them as links to your favorite apps"입니다.

확장 프로그램 스크린샷

screenshot

Voxnote : Record and share audio messages 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Record voice notes and save them as links to your favorite apps: Gmail, Trello, Jira, Slack, anywhere you want! Be more productive with async audio communications!

A focus on secure communications:
We encrypt all messages and you can customize the retention to as low as one hour                    

확장 프로그램 기본 정보

이름 Voxnote : Record and share audio messages Voxnote : Record and share audio messages
ID hhioebinfndnigmghmjfhhkfopejbgfl
공식 URL https://chrome.google.com/webstore/detail/voxnote-record-and-share/hhioebinfndnigmghmjfhhkfopejbgfl
설명 Record voice notes and save them as links to your favorite apps
파일 크기 453 KB
설치 횟수 173
현재 버전 1.0.1
최근 업데이트 2020-10-01
출시 날짜 2020-10-01
평점 5.00/5 총 2 개의 평점
개발자 TalkTalkMe
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://voxnote.app
도움말 페이지 URL https://voxnote.app/contact
개인정보 보호 정책 페이지 URL https://talk-talk.me/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voxnote : Record and share audio messages",
    "short_name": "Voxnote",
    "author": "Voxnote INC",
    "version": "1.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Record voice notes and save them as links to your favorite apps",
    "homepage_url": "https:\/\/github.com",
    "background": {
        "scripts": [
            "background.bundle.js",
            "OpusMediaRecorder.umd.js",
            "encoderWorker.umd.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "Record voice in Chrome",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/main-icon.png"
    ]
}