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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}