Msgcore: Generate messages with AI

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

Co to jest Msgcore: Generate messages with AI?

Msgcore: Generate messages with AI to rozszerzenie Chrome opracowane przez https://msgcore.com, a jego główną funkcją jest „Generate messages, emails, and auto-responses instantly using AI.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Msgcore: Generate messages with AI

Pobierz pliki rozszerzeń Msgcore: Generate messages with AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Msgcore: Generate messages with AI Msgcore: Generate messages with AI
ID heikgpndldibbiinkifebfbknfcphdld
Oficjalny URL https://chromewebstore.google.com/detail/msgcore-generate-messages/heikgpndldibbiinkifebfbknfcphdld
Opis Generate messages, emails, and auto-responses instantly using AI.
Rozmiar pliku 29.88 KB
Liczba instalacji 60
Aktualna Wersja 1.8.1
Ostatnia Aktualizacja 2024-01-05
Data Publikacji 2023-10-05
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://msgcore.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://msgcore.com/
Adres URL Strony Pomocy https://msgcore.com/contact-us
Adres URL Strony Polityki Prywatności https://blitso.ai/privacy-policy
Obsługiwane Języki 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"
    ]
}