Msgcore: Generate messages with AI

Generate messages, emails, and auto-responses instantly using AI.

Wat is Msgcore: Generate messages with AI?

Msgcore: Generate messages with AI is een Chrome-extensie ontwikkeld door https://msgcore.com, en de belangrijkste functie is "Generate messages, emails, and auto-responses instantly using AI.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Msgcore: Generate messages with AI

Download Msgcore: Generate messages with AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Add our AI plugin to your browser and use it across all platforms – messengers, social networks, help desks, live chats, and email apps. Communicate 9x times faster and significantly reduce your workload.

Specify the type of messages you generate, tailoring aspects like recipient, formality, language, and length to fit your needs.                    

Basisinformatie over de Extensie

Naam Msgcore: Generate messages with AI Msgcore: Generate messages with AI
ID heikgpndldibbiinkifebfbknfcphdld
Officiële URL https://chromewebstore.google.com/detail/msgcore-generate-messages/heikgpndldibbiinkifebfbknfcphdld
Beschrijving Generate messages, emails, and auto-responses instantly using AI.
Bestandsgrootte 29.88 KB
Aantal Installaties 60
Huidige Versie 1.8.1
Laatst Bijgewerkt 2024-01-05
Publicatiedatum 2023-10-05
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://msgcore.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://msgcore.com/
Help Pagina-URL https://msgcore.com/contact-us
URL van de Privacybeleid Pagina https://blitso.ai/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Msgcore: Generate messages with AI",
    "version": "1.8.1",
    "description": "Generate messages, emails, and auto-responses instantly using AI.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "72": "icon72.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "72": "icon72.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}