Yac Voice Messages

Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.

Yac Voice Messagesคืออะไร?

Yac Voice Messages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yac.fm และคุณลักษณะหลักของมันคือ "Share voice messages via email, social networks, and millions of other websites. Say hello to Yac."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yac Voice Messages

ดาวน์โหลดไฟล์ส่วนขยาย Yac Voice Messages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Thought at the speed of sound. You've discovered a faster way to communicate across the Web. 

- Post voice messages to any website including social networks.
- Send voice messages via email that are more personal and genuine, and even get a higher open rate.

It's ultra-fast, easy, and free.

Say Hello to Yac.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Yac Voice Messages Yac Voice Messages
ID ahhfnlhcbjchpffjbkkbclkjlfboclbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yac-voice-messages/ahhfnlhcbjchpffjbkkbclkjlfboclbj
คำอธิบาย Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.
ขนาดไฟล์ 240 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2021-09-22
วันที่เผยแพร่ 2017-07-01
คะแนน 4.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Yac.fm
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.yac.fm
URL หน้านโยบายความเป็นส่วนตัว https://yac.fm/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yac Voice Messages",
    "description": "Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.",
    "manifest_version": 3,
    "version": "2.0.1",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "24": "assets\/images\/icon24.png",
            "32": "assets\/images\/icon32.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/icon48.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}