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 هو إضافة Chrome تم تطويرها بواسطة TalkTalkMe، والميزة الرئيسية لها هي "Record voice notes and save them as links to your favorite apps".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Voxnote : Record and share audio messages

قم بتنزيل ملفات الامتداد Voxnote : Record and share audio messages بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://voxnote.app/contact
عنوان صفحة سياسة الخصوصية 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"
    ]
}