Msgcore: Generate messages with AI

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

Что такое Msgcore: Generate messages with AI?

Msgcore: Generate messages with AI - это расширение Chrome, разработанное https://msgcore.com, и его основная функция - "Generate messages, emails, and auto-responses instantly using AI.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Msgcore: Generate messages with AI

Скачайте файлы расширений Msgcore: Generate messages with AI в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Msgcore: Generate messages with AI Msgcore: Generate messages with AI
ID heikgpndldibbiinkifebfbknfcphdld
Официальный URL https://chromewebstore.google.com/detail/msgcore-generate-messages/heikgpndldibbiinkifebfbknfcphdld
Описание Generate messages, emails, and auto-responses instantly using AI.
Размер файла 29.88 KB
Количество установок 60
Текущая Версия 1.8.1
Последнее Обновление 2024-01-05
Дата публикации 2023-10-05
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://msgcore.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://msgcore.com/
URL страницы помощи https://msgcore.com/contact-us
URL страницы политики конфиденциальности https://blitso.ai/privacy-policy
Поддерживаемые языки 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"
    ]
}