Yac Voice Messages

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

Cos'è Yac Voice Messages?

Yac Voice Messages è un'estensione di Chrome sviluppata da Yac.fm, e la sua funzione principale è "Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Yac Voice Messages

Scarica i file di estensione Yac Voice Messages in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Yac Voice Messages Yac Voice Messages
ID ahhfnlhcbjchpffjbkkbclkjlfboclbj
URL Ufficiale https://chromewebstore.google.com/detail/yac-voice-messages/ahhfnlhcbjchpffjbkkbclkjlfboclbj
Descrizione Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.
Dimensione del File 240 KB
Conteggio Installazioni 31
Versione Corrente 2.0.1
Ultimo Aggiornamento 2021-09-22
Data di Pubblicazione 2017-07-01
Valutazione 4.25/5 Totale 8 Valutazioni
Sviluppatore Yac.fm
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.yac.fm
URL della Pagina della Politica sulla Privacy https://yac.fm/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}