Msgcore: Generate messages with AI

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

什麼是Msgcore: Generate messages with AI?

Msgcore: Generate messages with AI是由https://msgcore.com開發的Chrome擴展程式,該擴展的主要功能是“Generate messages, emails, and auto-responses instantly using AI.”。

擴展截圖

screenshot
screenshot

下載Msgcore: Generate messages with AI擴展crx文件

下載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
官方網址 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"
    ]
}