Yac Voice Messages

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

Qu'est-ce que Yac Voice Messages ?

Yac Voice Messages est une extension Chrome développée par Yac.fm, et sa fonction principale est "Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Yac Voice Messages

Téléchargez les fichiers d'extension Yac Voice Messages au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Yac Voice Messages Yac Voice Messages
ID ahhfnlhcbjchpffjbkkbclkjlfboclbj
URL Officiel https://chromewebstore.google.com/detail/yac-voice-messages/ahhfnlhcbjchpffjbkkbclkjlfboclbj
Description Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.
Taille du Fichier 240 KB
Nombre d'Installations 31
Version Actuelle 2.0.1
Dernière Mise à Jour 2021-09-22
Date de Publication 2017-07-01
Évaluation 4.25/5 Total 8 Évaluations
Développeur Yac.fm
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.yac.fm
URL de la Page de Politique de Confidentialité https://yac.fm/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}