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
公式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
Eメール [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": [
                ""
            ]
        }
    ]
}