QuickReply

Write Emails 10X Faster! QuickReply empowers you to write emails with remarkable speed and efficiency

什么是QuickReply?

QuickReply是由https://quickreply.me开发的Chrome扩展程序,该扩展的主要功能是“Write Emails 10X Faster! QuickReply empowers you to write emails with remarkable speed and efficiency”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载QuickReply扩展crx文件

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

扩展使用说明

                        Introducing QuickReply 🚀, the ultimate writing assistant for Gmail! 🦉

Boost your productivity and creativity with your own personal AI-powered email tool 🤖. QuickReply helps you write better emails and save time ⏰ with just one click! 📧

Here's what you can expect from QuickReply:

📝 Writing Assistance: Say goodbye to writer's block and hello to expertly crafted emails! QuickReply provides smart suggestions and writing tips to help you communicate your thoughts more effectively.

📨 Email Automation: Tired of typing the same email over and over again? QuickReply's got your back! With one click, QuickReply can write and reply to emails on your behalf, saving you time and effort.                    

扩展基本信息

名称 QuickReply QuickReply
ID bjpadahedkinkliagceckodfdjfkjpop
官方URL https://chromewebstore.google.com/detail/quickreply/bjpadahedkinkliagceckodfdjfkjpop
简介 Write Emails 10X Faster! QuickReply empowers you to write emails with remarkable speed and efficiency
文件大小 1.07 MB
安装次数 88
当前版本 1.2.0
更新时间 2023-06-01
上架时间 2023-05-21
评分 5.00/5 共10次评分
开发者 https://quickreply.me
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://quickreply.me/
帮助页面URL https://quickreply.me/contact-us/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "QuickReply",
    "version": "1.2.0",
    "description": "Write Emails 10X Faster! QuickReply empowers you to write emails with remarkable speed and efficiency",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*",
                "*:\/\/outlook.live.com\/*",
                "*:\/\/outlook.office.com\/*",
                "*:\/\/outlook.office356.com\/*",
                "*:\/\/webmail.apps.mil\/*",
                "*:\/\/outlook.com\/*"
            ],
            "css": [
                "gmail\/gmail-styles.css",
                "gmail\/material-icons.css"
            ],
            "js": [
                "cdn-scripts\/jquery.js",
                "cdn-scripts\/progress-bar.js",
                "cdn-scripts\/gmail.js",
                "cdn-scripts\/confetti.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/mail\/*",
                "*:\/\/inbox.google.com\/*",
                "*:\/\/outlook.live.com\/*",
                "*:\/\/outlook.office.com\/*",
                "*:\/\/outlook.office356.com\/*",
                "*:\/\/webmail.apps.mil\/*",
                "*:\/\/outlook.com\/*"
            ],
            "js": [
                "cdn-scripts\/popper-min.js",
                "cdn-scripts\/tippy.js",
                "tooltip.js",
                ".\/ControlBox.js",
                ".\/controlBox_compose.js",
                "gmail\/compose.js",
                "cdn-scripts\/jquery.js",
                "outlook\/outlookCompose.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}