Easy Reply

Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails.

什么是Easy Reply?

Easy Reply是由https://www.easyreply.ai开发的Chrome扩展程序,该扩展的主要功能是“Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Easy Reply扩展crx文件

下载Easy Reply扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easy Reply makes it easy for others to respond to your emails. 

Provide your recipients with a selection of pre-written responses, making it quick and easy for them to reply to your emails. This can be particularly useful for salespeople seeking to engage with prospects or anyone who wants to streamline email communication and get quick responses. 

With Easy Reply, you can save time and effort while still getting the answers you need.                    

扩展基本信息

名称 Easy Reply Easy Reply
ID kndiflkclichoaichjidffmdachdpjhn
官方URL https://chromewebstore.google.com/detail/easy-reply/kndiflkclichoaichjidffmdachdpjhn
简介 Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails.
文件大小 179 KB
安装次数 134
当前版本 1.65.8
更新时间 2024-02-28
上架时间 2023-01-23
评分 5.00/5 共3次评分
开发者 https://www.easyreply.ai
电子邮箱 [email protected]
付费类型 in_app
扩展官网 http://www.easyreply.ai
帮助页面URL https://www.easyreply.ai/support
隐私政策页面URL http://www.easyreply.ai/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "[email protected]",
    "description": "Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails.",
    "name": "Easy Reply",
    "version": "1.65.8",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/icon.png",
            "19": "icons\/icon.png",
            "32": "icons\/icon.png",
            "38": "icons\/icon.png"
        }
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/primary\/main.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "js": [
                "src\/entries\/contentScript\/primary\/content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/easyreply.vercel.app\/*",
        "https:\/\/app.easyreply.ai\/*",
        "http:\/\/localhost:3000\/*"
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon.png",
        "19": "icons\/icon.png",
        "32": "icons\/icon.png",
        "38": "icons\/icon.png",
        "48": "icons\/icon.png",
        "64": "icons\/icon.png",
        "96": "icons\/icon.png",
        "128": "icons\/icon.png",
        "256": "icons\/icon.png",
        "512": "icons\/icon.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "icons\/icon.png"
            ]
        },
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/primary\/main-03424130.js",
                "assets\/icon-f198090f.png",
                "assets\/AppStore-6db283cc.js",
                "assets\/main-0853d80b.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}