Yac Voice Messages

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

Hvad er Yac Voice Messages?

Yac Voice Messages er en Chrome-udvidelse udviklet af Yac.fm, og dens hovedfunktion er "Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Yac Voice Messages-udvidelses-CRX-fil

Download Yac Voice Messages-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Yac Voice Messages Yac Voice Messages
ID ahhfnlhcbjchpffjbkkbclkjlfboclbj
Officiel URL https://chromewebstore.google.com/detail/yac-voice-messages/ahhfnlhcbjchpffjbkkbclkjlfboclbj
Beskrivelse Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.
Filstørrelse 240 KB
Antal Installationer 31
Nuværende Version 2.0.1
Senest Opdateret 2021-09-22
Udgivelsesdato 2017-07-01
Bedømmelse 4.25/5 Samlet 8 Bedømmelser
Udvikler Yac.fm
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.yac.fm
URL til Fortrolighedspolitik Side https://yac.fm/privacy-policy
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}