Gmail Multi-Print
Print Multiple Emails at once from the Inbox screen.
Gmail Multi-Printคืออะไร?
Gmail Multi-Print เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AY และคุณลักษณะหลักของมันคือ "Print Multiple Emails at once from the Inbox screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Multi-Print
ดาวน์โหลดไฟล์ส่วนขยาย Gmail Multi-Print ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Select multiple emails from your Gmail Inbox and print them at once. With this, there is no longer a need to open each email and then select the print all button.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ddfbnojnpdfacjnjnainjchpfnmekflo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gmail-multi-print/ddfbnojnpdfacjnjnainjchpfnmekflo |
คำอธิบาย | Print Multiple Emails at once from the Inbox screen. |
ขนาดไฟล์ | 478 KB |
จำนวนการติดตั้ง | 16,784 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2018-10-31 |
วันที่เผยแพร่ | 2018-10-31 |
คะแนน | 2.08/5 รวมทั้งหมด 36 คะแนน |
ผู้พัฒนา | AY |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/gmp-privacy-policy/home |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Multi-Print", "description": "Print Multiple Emails at once from the Inbox screen.", "icons": { "128": "icons\/print-128x128.png", "48": "icons\/print-48x48.png", "16": "icons\/print-16x16.png" }, "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "36", "background": { "scripts": [ "\/background\/base64.js", "\/background\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "\/libs\/inboxsdk.js", "\/contentScript\/Multi-Print.js", "\/libs\/alertify\/alertify.min.js" ], "css": [ "\/libs\/alertify\/alertify.default.css", "\/libs\/alertify\/alertify.core.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "\/icons\/print.png", "*" ], "permissions": [ "tabs", "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "oauth2": { "client_id": "504451976354-0d3mvjed670f44luk3ol6h0p0r8r8o38.apps.googleusercontent.com", "scopes": [ "https:\/\/mail.google.com\/" ] } } |