One Click Email
Create a temporary email in one click.
One Click Emailคืออะไร?
One Click Email เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nglgzz และคุณลักษณะหลักของมันคือ "Create a temporary email in one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One Click Email
ดาวน์โหลดไฟล์ส่วนขยาย One Click Email ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to create a temporary email with one click. When clicking the extension icon a new email will be generated and the address will be pasted into your clipboard. Once created the email will last 10 minutes, and whenever you click on the timer the time will be reset. You can also read incoming emails in case, for example, you need to verify some registration.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | coblhbfabgjlofjlbbamhoiikbfpbhdn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/one-click-email/coblhbfabgjlofjlbbamhoiikbfpbhdn |
คำอธิบาย | Create a temporary email in one click. |
ขนาดไฟล์ | 11.26 KB |
จำนวนการติดตั้ง | 86 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2017-02-14 |
วันที่เผยแพร่ | 2017-02-14 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | nglgzz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One Click Email", "short_name": "1Click Email", "description": "Create a temporary email in one click.", "version": "0.4", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "https:\/\/10minutemail.com\/", "clipboardWrite" ], "icons": { "128": "icon128.png" } } |