QuickReply

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

QuickReply là gì?

QuickReply là một tiện ích mở rộng Chrome được phát triển bởi https://quickreply.me, và tính năng chính của nó là "Write Emails 10X Faster! QuickReply empowers you to write emails with remarkable speed and efficiency".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng QuickReply

Tải xuống các tệp mở rộng QuickReply 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

                        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.                    

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

Tên QuickReply QuickReply
ID bjpadahedkinkliagceckodfdjfkjpop
URL Chính Thức https://chromewebstore.google.com/detail/quickreply/bjpadahedkinkliagceckodfdjfkjpop
Mô tả Write Emails 10X Faster! QuickReply empowers you to write emails with remarkable speed and efficiency
Kích Thước Tệp 1.07 MB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-06-01
Ngày Phát Hành 2023-05-21
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://quickreply.me
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://quickreply.me/
URL Trang Trợ Giúp https://quickreply.me/contact-us/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}