Yac Voice Messages

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

Co to jest Yac Voice Messages?

Yac Voice Messages to rozszerzenie Chrome opracowane przez Yac.fm, a jego główną funkcją jest „Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Yac Voice Messages

Pobierz pliki rozszerzeń Yac Voice Messages w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Yac Voice Messages Yac Voice Messages
ID ahhfnlhcbjchpffjbkkbclkjlfboclbj
Oficjalny URL https://chromewebstore.google.com/detail/yac-voice-messages/ahhfnlhcbjchpffjbkkbclkjlfboclbj
Opis Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.
Rozmiar pliku 240 KB
Liczba instalacji 31
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2021-09-22
Data Publikacji 2017-07-01
Ocena 4.25/5 Łącznie 8 Oceny
Deweloper Yac.fm
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.yac.fm
Adres URL Strony Polityki Prywatności https://yac.fm/privacy-policy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}