Msgcore: Generate messages with AI

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

What is Msgcore: Generate messages with AI?

Msgcore: Generate messages with AI is a Chrome extension developed by https://msgcore.com, and its main feature is "Generate messages, emails, and auto-responses instantly using AI.".

Extension Screenshots

screenshot
screenshot

Download Msgcore: Generate messages with AI Extension CRX File

Download Msgcore: Generate messages with AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Msgcore: Generate messages with AI Msgcore: Generate messages with AI
ID heikgpndldibbiinkifebfbknfcphdld
Official URL https://chromewebstore.google.com/detail/msgcore-generate-messages/heikgpndldibbiinkifebfbknfcphdld
Description Generate messages, emails, and auto-responses instantly using AI.
File Size 29.88 KB
Installation Count 60
Current Version 1.8.1
Last Updated 2024-01-05
Publish Date 2023-10-05
Rating 5.00/5 Total 4 Ratings
Developer https://msgcore.com
Email [email protected]
Payment Type in_app
Extension Website https://msgcore.com/
Help Page URL https://msgcore.com/contact-us
Privacy Policy Page URL https://blitso.ai/privacy-policy
Supported Languages 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"
    ]
}