Temp Mail - Temporary Email Address
Best Temp Mail address to prevent from email hacking and spamming
ما هو Temp Mail - Temporary Email Address؟
Temp Mail - Temporary Email Address هو إضافة Chrome تم تطويرها بواسطة adzdeveloper، والميزة الرئيسية لها هي "Best Temp Mail address to prevent from email hacking and spamming".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Temp Mail - Temporary Email Address
قم بتنزيل ملفات الامتداد Temp Mail - Temporary Email Address بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A disposable email address service prevents your email from spam, promotional emails, bots, and hacking attacks with the help of a temp mail chrome extension. In addition, we allow receiving the file attachments in the temp mailbox. Temp-mail extension provides an anonymous and free temporary email address. Keep your original mailbox secure and avoid spam emails with temp-mail exclusive Chrome extension features, unlike other service providers.
معلومات أساسية عن التمديد
الاسم | Temp Mail - Temporary Email Address |
ID | gmindkhkpdfcjjeiffmhpbpcjjfbamph |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/temp-mail-temporary-email/gmindkhkpdfcjjeiffmhpbpcjjfbamph |
الوصف | Best Temp Mail address to prevent from email hacking and spamming |
حجم الملف | 118 KB |
عدد التثبيتات | 1,380 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2022-12-20 |
تاريخ النشر | 2022-12-16 |
المطور | adzdeveloper |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://temp-mail.co/ |
عنوان صفحة المساعدة | https://temp-mail.co/contact |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Temp Mail - Temporary Email Address", "description": "Best Temp Mail address to prevent from email hacking and spamming", "version": "1.0.3", "icons": { "128": "asset\/image\/temp-mail.png" }, "author": "Temp Mail", "host_permissions": [ "*:\/\/*\/" ], "permissions": [ "activeTab", "contextMenus", "storage" ], "action": { "default_popup": "popup.html", "default_title": "Temp Mails" }, "background": { "service_worker": "event.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "my-styles.css" ], "js": [ "content-script.js" ] } ] } |