Msgcore: Generate messages with AI

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

Vad är Msgcore: Generate messages with AI?

Msgcore: Generate messages with AI är en Chrome-tillägg utvecklad av https://msgcore.com, och dess huvudfunktion är "Generate messages, emails, and auto-responses instantly using AI.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Msgcore: Generate messages with AI-förlängningens CRX-fil

Ladda ner Msgcore: Generate messages with AI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Msgcore: Generate messages with AI Msgcore: Generate messages with AI
ID heikgpndldibbiinkifebfbknfcphdld
Officiell webbadress https://chromewebstore.google.com/detail/msgcore-generate-messages/heikgpndldibbiinkifebfbknfcphdld
Beskrivning Generate messages, emails, and auto-responses instantly using AI.
Filstorlek 29.88 KB
Antal Installationer 60
Aktuell Version 1.8.1
Senast Uppdaterad 2024-01-05
Publiceringsdatum 2023-10-05
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://msgcore.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://msgcore.com/
Hjälpsida URL https://msgcore.com/contact-us
URL till Sekretesspolicy Sidan https://blitso.ai/privacy-policy
Stödda Språk 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"
    ]
}