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 adzdeveloper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Best Temp Mail address to prevent from email hacking and spamming"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Temp Mail - Temporary Email Address एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ URL | 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" ] } ] } |