FastReply
Reply to emails quickly!
FastReplyคืออะไร?
FastReply เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nouvellecollection และคุณลักษณะหลักของมันคือ "Reply to emails quickly!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FastReply
ดาวน์โหลดไฟล์ส่วนขยาย FastReply ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Reply to emails with FastReply! It's lightning-fast. This is a 5 KB browser extension that will save you countless hours of email writing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FastReply |
ID | fliijnngfhaodenilkbcjnnfemljdgip |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fastreply/fliijnngfhaodenilkbcjnnfemljdgip |
คำอธิบาย | Reply to emails quickly! |
ขนาดไฟล์ | 5.32 KB |
จำนวนการติดตั้ง | 61 |
เวอร์ชันปัจจุบัน | 1.04 |
อัปเดตครั้งล่าสุด | 2020-01-14 |
วันที่เผยแพร่ | 2020-01-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | nouvellecollection |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FastReply", "version": "1.04", "description": "Reply to emails quickly!", "content_scripts": [ { "js": [ "run.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "FastReply" }, "manifest_version": 2, "options_page": "options.html", "permissions": [ "*:\/\/*\/*", "storage" ] } |