TrashMail.com: Create disposable address
Create disposable email addresses.
TrashMail.com: Create disposable addressคืออะไร?
TrashMail.com: Create disposable address เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trashmail.com และคุณลักษณะหลักของมันคือ "Create disposable email addresses."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TrashMail.com: Create disposable address
ดาวน์โหลดไฟล์ส่วนขยาย TrashMail.com: Create disposable address ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create free forwarding disposable email addresses and paste them directly in forms. This helps to protect you from spam mails and could be useful when subscribing to forums or newsletters...
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TrashMail.com: Create disposable address |
ID | fihbdpohplcdnhllhliaeapefmmpcdjo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trashmailcom-create-dispo/fihbdpohplcdnhllhliaeapefmmpcdjo |
คำอธิบาย | Create disposable email addresses. |
ขนาดไฟล์ | 628 KB |
จำนวนการติดตั้ง | 4,274 |
เวอร์ชันปัจจุบัน | 3.0.1 |
อัปเดตครั้งล่าสุด | 2017-03-29 |
วันที่เผยแพร่ | 2017-03-29 |
คะแนน | 4.35/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | https://trashmail.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://trashmail.com |
URL หน้าช่วยเหลือ | https://trashmail.com/forum/ |
URL หน้านโยบายความเป็นส่วนตัว | https://xitroo.com/datenschutz |
ภาษาที่รองรับ | de,en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "manifest_version": 2, "version": "3.0.1", "description": "__MSG_extensionDescription__", "default_locale": "en", "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "contextMenus" ], "icons": { "16": "Icon-16.png", "19": "Icon-19.png", "32": "Icon-32.png", "48": "Icon-48.png", "128": "Icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/trashmail.js", "js\/console.js", "js\/utils.js", "js\/content.js", "js\/platform.js" ], "all_frames": true, "run_at": "document_start" } ], "browser_action": { "default_icon": "images\/Icon-19.png", "default_title": "__MSG_extensionName__", "default_popup": "menu.html" } } |