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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share voice messages via email, social networks, and millions of other websites. Say hello to Yac."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yac Voice Messages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}