replyai.app - AI for emails

AI assisted email replies for gmail

什麼是replyai.app - AI for emails?

replyai.app - AI for emails是由replaihq開發的Chrome擴展程式,該擴展的主要功能是“AI assisted email replies for gmail”。

擴展截圖

screenshot

下載replyai.app - AI for emails擴展crx文件

下載replyai.app - AI for emails擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Helps gmail users write email replies extremely fast using AI. 

How it works:
When you compose a reply to an email 4 buttons ("Agree", "Decline", "Specify", "Clear") are added next to the "Send" button that you can use as shown in the screenshot. 
"Clear" only cleans the response, whereas the other 3 are used as inputs to the AI. 
When you click "Agree" we feed the AI with the contents of the email and tell it to write a response that agrees to it.
When you click "Decline" we feed the AI with the contents of the email and tell it to write a response that declines to it.
For "Specify" you need to write a text in the response field of how you want the AI to reply. e.g. "schedule call tomorrow at 17:00", or "decline in a funny way". Then we feed the AI with the contents of the email and how you specified the answer to be and AI writes a response.                    

擴展基本資訊

名稱 replyai.app - AI for emails replyai.app - AI for emails
ID dbdbfkaihieniemdbonidjemkfhoiioc
官方網址 https://chromewebstore.google.com/detail/replyaiapp-ai-for-emails/dbdbfkaihieniemdbonidjemkfhoiioc
簡介 AI assisted email replies for gmail
檔案大小 76.46 MB
安裝次數 623
目前版本 0.2
更新時間 2022-12-14
上架時間 2022-12-13
開發者 replaihq
電子郵箱 [email protected]
付費類型 free
擴展官網 https://replyai.app
隱私政策頁面URL https://www.freeprivacypolicy.com/live/7133f74f-e532-4a92-a431-332ff486816b
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "replyai.app - AI for emails",
    "short_name": "replyaiapp",
    "version": "0.2",
    "author": "replyai.app ",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "AI assisted email replies for gmail",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "src\/extensionInjector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/gmailJsLoader.js",
                "dist\/extension.js",
                "dist\/gmailJsLoader.js.map",
                "dist\/extension.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}