Msgcore: Generate messages with AI

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

Co je Msgcore: Generate messages with AI?

Msgcore: Generate messages with AI je rozšíření Chrome vyvinuté https://msgcore.com, a jeho hlavní funkcí je „Generate messages, emails, and auto-responses instantly using AI.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Msgcore: Generate messages with AI

Stáhněte si soubory rozšíření Msgcore: Generate messages with AI ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Msgcore: Generate messages with AI Msgcore: Generate messages with AI
ID heikgpndldibbiinkifebfbknfcphdld
Oficiální URL https://chromewebstore.google.com/detail/msgcore-generate-messages/heikgpndldibbiinkifebfbknfcphdld
Popis Generate messages, emails, and auto-responses instantly using AI.
Velikost souboru 29.88 KB
Počet instalací 60
Aktuální Verze 1.8.1
Poslední Aktualizace 2024-01-05
Datum Vydání 2023-10-05
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://msgcore.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://msgcore.com/
URL Stránky Nápovědy https://msgcore.com/contact-us
URL Stránky Zásad Ochrany Soukromí https://blitso.ai/privacy-policy
Podporované Jazyky 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"
    ]
}