Yac Voice Messages

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

Was ist Yac Voice Messages?

Yac Voice Messages ist eine Chrome-Erweiterung, die von Yac.fm entwickelt wurde, und ihr Hauptmerkmal ist "Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Yac Voice Messages-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yac Voice Messages-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Yac Voice Messages Yac Voice Messages
ID ahhfnlhcbjchpffjbkkbclkjlfboclbj
Offizielle URL https://chromewebstore.google.com/detail/yac-voice-messages/ahhfnlhcbjchpffjbkkbclkjlfboclbj
Beschreibung Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.
Dateigröße 240 KB
Installationsanzahl 31
Aktuelle Version 2.0.1
Letztes Update 2021-09-22
Veröffentlichungsdatum 2017-07-01
Bewertung 4.25/5 Insgesamt 8 Bewertungen
Entwickler Yac.fm
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.yac.fm
URL der Datenschutzrichtlinien-Seite https://yac.fm/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}