Gmail Move-To-Top Attachment
Automatically moves Gmail email attachments to the top of the email for a better experience
Gmail Move-To-Top Attachmentคืออะไร?
Gmail Move-To-Top Attachment เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fabio B. และคุณลักษณะหลักของมันคือ "Automatically moves Gmail email attachments to the top of the email for a better experience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Move-To-Top Attachment
ดาวน์โหลดไฟล์ส่วนขยาย Gmail Move-To-Top Attachment ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A small tool that automatically moves your Gmail email attachment to the top of the email for a better user experience and a gain in productivity. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pchhdadkgoameiaolfngnkmpbplnlcda |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gmail-move-to-top-attachm/pchhdadkgoameiaolfngnkmpbplnlcda |
| คำอธิบาย | Automatically moves Gmail email attachments to the top of the email for a better experience |
| ขนาดไฟล์ | 8.74 KB |
| จำนวนการติดตั้ง | 11,020 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2023-07-04 |
| วันที่เผยแพร่ | 2022-02-02 |
| คะแนน | 3.30/5 รวมทั้งหมด 10 คะแนน |
| ผู้พัฒนา | Fabio B. |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gmail Move-To-Top Attachment",
"description": "Automatically moves Gmail email attachments to the top of the email for a better experience",
"version": "1.1",
"manifest_version": 3,
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"arrive.min.js",
"script.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |