Yac Voice Messages

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

Co je Yac Voice Messages?

Yac Voice Messages je rozšíření Chrome vyvinuté Yac.fm, a jeho hlavní funkcí je „Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Yac Voice Messages

Stáhněte si soubory rozšíření Yac Voice Messages ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Yac Voice Messages Yac Voice Messages
ID ahhfnlhcbjchpffjbkkbclkjlfboclbj
Oficiální URL https://chromewebstore.google.com/detail/yac-voice-messages/ahhfnlhcbjchpffjbkkbclkjlfboclbj
Popis Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.
Velikost souboru 240 KB
Počet instalací 31
Aktuální Verze 2.0.1
Poslední Aktualizace 2021-09-22
Datum Vydání 2017-07-01
Hodnocení 4.25/5 Celkem 8 Hodnocení
Vývojář Yac.fm
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.yac.fm
URL Stránky Zásad Ochrany Soukromí https://yac.fm/privacy-policy
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}