QuickReply
Write Emails 10X Faster! QuickReply empowers you to write emails with remarkable speed and efficiency
QuickReplyคืออะไร?
QuickReply เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quickreply.me และคุณลักษณะหลักของมันคือ "Write Emails 10X Faster! QuickReply empowers you to write emails with remarkable speed and efficiency"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QuickReply
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |