Batch Reply for GMail
Adds button to reply to all selected conversations on Gmail™.
Batch Reply for GMailคืออะไร?
Batch Reply for GMail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mjbauer95 และคุณลักษณะหลักของมันคือ "Adds button to reply to all selected conversations on Gmail™."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Batch Reply for GMail
ดาวน์โหลดไฟล์ส่วนขยาย Batch Reply for GMail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a reply button to the UI of Gmail™ to allow users to reply to a set of emails with the same response.
Useful if you get many similar emails requiring the same response for each. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jkeciloajjlchlmbjjogifpdkljppbei |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei |
| คำอธิบาย | Adds button to reply to all selected conversations on Gmail™. |
| ขนาดไฟล์ | 37.19 KB |
| จำนวนการติดตั้ง | 11,565 |
| เวอร์ชันปัจจุบัน | 7 |
| อัปเดตครั้งล่าสุด | 2015-05-28 |
| วันที่เผยแพร่ | 2015-05-28 |
| คะแนน | 2.50/5 รวมทั้งหมด 129 คะแนน |
| ผู้พัฒนา | mjbauer95 |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Batch Reply for GMail",
"description": "Adds button to reply to all selected conversations on Gmail\u2122.",
"version": "7",
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*"
],
"js": [
"inboxsdk.js",
"reply.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"reply.png"
],
"permissions": [
"https:\/\/mail.google.com\/",
"https:\/\/inbox.google.com\/"
],
"manifest_version": 2
} | |