Msgcore: Generate messages with AI

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

Cos'è Msgcore: Generate messages with AI?

Msgcore: Generate messages with AI è un'estensione di Chrome sviluppata da https://msgcore.com, e la sua funzione principale è "Generate messages, emails, and auto-responses instantly using AI.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Msgcore: Generate messages with AI

Scarica i file di estensione Msgcore: Generate messages with AI 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Msgcore: Generate messages with AI Msgcore: Generate messages with AI
ID heikgpndldibbiinkifebfbknfcphdld
URL Ufficiale https://chromewebstore.google.com/detail/msgcore-generate-messages/heikgpndldibbiinkifebfbknfcphdld
Descrizione Generate messages, emails, and auto-responses instantly using AI.
Dimensione del File 29.88 KB
Conteggio Installazioni 60
Versione Corrente 1.8.1
Ultimo Aggiornamento 2024-01-05
Data di Pubblicazione 2023-10-05
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://msgcore.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://msgcore.com/
URL della Pagina di Aiuto https://msgcore.com/contact-us
URL della Pagina della Politica sulla Privacy https://blitso.ai/privacy-policy
Lingue Supportate 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"
    ]
}