@ttaché: The Gmail Attachments Manager
@ttaché helps you quickly and easily locate important attachments in Gmail.
@ttaché: The Gmail Attachments Managerคืออะไร?
@ttaché: The Gmail Attachments Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tryattache.com และคุณลักษณะหลักของมันคือ "@ttaché helps you quickly and easily locate important attachments in Gmail."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย @ttaché: The Gmail Attachments Manager
ดาวน์โหลดไฟล์ส่วนขยาย @ttaché: The Gmail Attachments Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
@ttaché displays all your attachments in one easy-to-use list. You can then quickly filter attachments by sender, date, size, filetype, file name and more. View the original email with a single click. Do you know where important files are buried in your Gmail archive? Probably not. Forgot what is in your giant archive of email attachments? @ttaché reveals all your email attachments, helps you figure out what's there and lets you find specific attachments fast.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | @ttaché: The Gmail Attachments Manager |
ID | alakkopignpnkllkcaoemffohkjilebj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ttach%C3%A9-the-gmail-attachme/alakkopignpnkllkcaoemffohkjilebj |
คำอธิบาย | @ttaché helps you quickly and easily locate important attachments in Gmail. |
ขนาดไฟล์ | 273 KB |
จำนวนการติดตั้ง | 57 |
เวอร์ชันปัจจุบัน | 0.1.8 |
อัปเดตครั้งล่าสุด | 2020-06-13 |
วันที่เผยแพร่ | 2020-06-13 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://tryattache.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.tryattache.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.tryattache.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "@ttach\u00e9: The Gmail Attachments Manager", "version": "0.1.8", "description": "@ttach\u00e9 helps you quickly and easily locate important attachments in Gmail.", "permissions": [ "identity", "storage", "*:\/\/*.google.com\/*" ], "oauth2": { "client_id": "632087533527-pepuqj7ba9pjd65dt5aug8m2ms48v8vi.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.readonly" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "mp.js", "axios.js", "vue.js", "lodash.js", "moment.min.js", "app.js" ], "css": [ "app.css" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "attach-logo.png", "attach-logo-circle.png", "loading.gif", "icons\/*.svg", "icons\/file.png" ], "icons": { "128": "attache-logo.png" } } |