Yac Voice Messages

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

Yac Voice Messages là gì?

Yac Voice Messages là một tiện ích mở rộng Chrome được phát triển bởi Yac.fm, và tính năng chính của nó là "Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yac Voice Messages

Tải xuống các tệp mở rộng Yac Voice Messages dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yac Voice Messages Yac Voice Messages
ID ahhfnlhcbjchpffjbkkbclkjlfboclbj
URL Chính Thức https://chromewebstore.google.com/detail/yac-voice-messages/ahhfnlhcbjchpffjbkkbclkjlfboclbj
Mô tả Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.
Kích Thước Tệp 240 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2021-09-22
Ngày Phát Hành 2017-07-01
Đánh Giá 4.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Yac.fm
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.yac.fm
URL Trang Chính Sách Bảo Mật https://yac.fm/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}