Gmail Tagger
This extension helps you to use Gmail more efficiently by letting you tag your emails as you wish.
Gmail Taggerคืออะไร?
Gmail Tagger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leonard Shi และคุณลักษณะหลักของมันคือ "This extension helps you to use Gmail more efficiently by letting you tag your emails as you wish."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Tagger
ดาวน์โหลดไฟล์ส่วนขยาย Gmail Tagger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Description - This is a Google Chrome extension for Gmail. - With it you will be able to: 1. Tag the emails in your Gmail inbox as you wish. 2. Take a glance to know what you had planned to do to this email before. 3. Your tags will be synced according to your Gmail account, anywhere you can see it. Why build this extension? - Lets say you got 50 emails in your inbox in one page, though perhaps all emails have its own title: 1. It is still a bit hard to just take a glance to find out the exact conversation you are looking for. 2. Some email titles are not that explicit to you. 3. You want to remark or add a quick tag(note) to one email, so in the future you can know what you had planned to this email by just taking a glance. - This extension is for solving the above problems, for you to use Gmail more efficiently. Support and new features request - For any issue and new feature request, please submit your ticket at: https://github.com/lnshi/gmail-tagger/issues, I will get to that ASAP.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dlgkcajandmbfigoefogakpnnhajocjp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gmail-tagger/dlgkcajandmbfigoefogakpnnhajocjp |
คำอธิบาย | This extension helps you to use Gmail more efficiently by letting you tag your emails as you wish. |
ขนาดไฟล์ | 50.06 KB |
จำนวนการติดตั้ง | 68 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2017-07-22 |
วันที่เผยแพร่ | 2017-07-22 |
คะแนน | 3.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Leonard Shi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/lnshi/gmail-tagger |
URL หน้าช่วยเหลือ | https://github.com/lnshi/gmail-tagger/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "version": "1.6", "manifest_version": 2, "description": "__MSG_appDescription__", "default_locale": "en", "homepage_url": "https:\/\/github.com\/leonard-sxy\/gmail-tag", "author": "[email protected]", "icons": { "128": "icons\/icon_128x128.png" }, "browser_action": { "default_icon": "icons\/icon_32x32.png" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "css": [ "css\/gmail.tagger.render.css" ], "js": [ "lib\/jquery-2.2.3.min.js", "js\/gmail.tagger.render.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ] } |