Yac Voice Messages

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

Wat is Yac Voice Messages?

Yac Voice Messages is een Chrome-extensie ontwikkeld door Yac.fm, en de belangrijkste functie is "Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Yac Voice Messages

Download Yac Voice Messages-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Yac Voice Messages Yac Voice Messages
ID ahhfnlhcbjchpffjbkkbclkjlfboclbj
Officiële URL https://chromewebstore.google.com/detail/yac-voice-messages/ahhfnlhcbjchpffjbkkbclkjlfboclbj
Beschrijving Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.
Bestandsgrootte 240 KB
Aantal Installaties 31
Huidige Versie 2.0.1
Laatst Bijgewerkt 2021-09-22
Publicatiedatum 2017-07-01
Beoordeling 4.25/5 Totaal 8 Beoordelingen
Ontwikkelaar Yac.fm
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.yac.fm
URL van de Privacybeleid Pagina https://yac.fm/privacy-policy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}