Msgcore: Generate messages with AI

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

Msgcore: Generate messages with AI là gì?

Msgcore: Generate messages with AI là một tiện ích mở rộng Chrome được phát triển bởi https://msgcore.com, và tính năng chính của nó là "Generate messages, emails, and auto-responses instantly using AI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Msgcore: Generate messages with AI

Tải xuống các tệp mở rộng Msgcore: Generate messages with AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Msgcore: Generate messages with AI Msgcore: Generate messages with AI
ID heikgpndldibbiinkifebfbknfcphdld
URL Chính Thức https://chromewebstore.google.com/detail/msgcore-generate-messages/heikgpndldibbiinkifebfbknfcphdld
Mô tả Generate messages, emails, and auto-responses instantly using AI.
Kích Thước Tệp 29.88 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.8.1
Cập Nhật Lần Cuối 2024-01-05
Ngày Phát Hành 2023-10-05
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://msgcore.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://msgcore.com/
URL Trang Trợ Giúp https://msgcore.com/contact-us
URL Trang Chính Sách Bảo Mật https://blitso.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}