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是由Yac.fm開發的Chrome擴展程式,該擴展的主要功能是“Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Yac Voice Messages擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}