DropMail.me
Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.
DropMail.meคืออะไร?
DropMail.me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MiniApps และคุณลักษณะหลักของมันคือ "Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DropMail.me
ดาวน์โหลดไฟล์ส่วนขยาย DropMail.me ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create a temporary email. For 10 minutes or more. Anonymous email service allows you to receive emails for a safe registration on sites and services. Unlimited mailbox lifetime. No registration. Unlimited mailbox size. Attachments allowed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nifijmhijjcmcjcodgbijcgpodeodphb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dropmailme/nifijmhijjcmcjcodgbijcgpodeodphb |
คำอธิบาย | Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations. |
ขนาดไฟล์ | 273 KB |
จำนวนการติดตั้ง | 479 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2022-03-30 |
วันที่เผยแพร่ | 2022-03-29 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | MiniApps |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://vostlertsd.github.io/YTPP |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DropMail.me", "version": "1.0.3", "description": "Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.", "manifest_version": 3, "minimum_chrome_version": "88", "permissions": [ "storage" ], "content_scripts": [ { "run_at": "document_start", "match_about_blank": false, "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": "icons\/icon-34.png" }, "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } } |