VocalBird: Record and share audio messages
Record and share audio messages from any page.
VocalBird: Record and share audio messagesคืออะไร?
VocalBird: Record and share audio messages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vocalbird.io และคุณลักษณะหลักของมันคือ "Record and share audio messages from any page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VocalBird: Record and share audio messages
ดาวน์โหลดไฟล์ส่วนขยาย VocalBird: Record and share audio messages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Record audio messages from anywhere on the web, thanks to our free Chrome extension. It's fast, effective, and free! ★ Better than standard text messages Sending audio messages not only saves typing and reading time, but it is also a lot more personal and strengthens relationships. ★ Works anywhere Once you're finished recording, we provide you with a link to your message. You can share this link wherever you want: Slack, Basecamp, Asana, Twitter, etc. You don't have to wait for a platform to support audio messages. ★ Simple Once installed, a simple click on the bird icon in the toolbar will show a recording popup. Once you're done, we'll give you a link that you can share with as many recipients as you like. ★ Private The link to your private message can't be guessed. ★ Get started The extension requires an account you'll be able to create immediately after the installation. You'll get 100 free recordings/month and can upgrade your account for more. By installing the extension, you agree with our Privacy Policy (https://vocalbird.io/privacy-policy) and our Terms of Service (https://vocalbird.io/terms-of-service). Any question? We'll be glad to help and receive your feedbacks. Drop us a line at [email protected]!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VocalBird: Record and share audio messages |
ID | iifpijpbighbakbebbcnjgnnonifmmim |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vocalbird-record-and-shar/iifpijpbighbakbebbcnjgnnonifmmim |
คำอธิบาย | Record and share audio messages from any page. |
ขนาดไฟล์ | 253 KB |
จำนวนการติดตั้ง | 510 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2020-05-17 |
วันที่เผยแพร่ | 2020-05-17 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://vocalbird.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://vocalbird.io/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VocalBird: Record and share audio messages", "short_name": "VocalBird", "version": "1.3.0", "homepage_url": "https:\/\/vocalbird.io", "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "manifest_version": 2, "description": "Record and share audio messages from any page.", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Record and share an audio message" }, "permissions": [ "clipboardWrite", "activeTab", "storage" ], "web_accessible_resources": [ "popup.html" ], "content_scripts": [ { "matches": [ "https:\/\/vocalbird.io\/*" ], "js": [ "content_scripts\/cs_vocalbird.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/vocalbird.io\/*" ] } } |