TempEmailify - An temporary extension mailbox
A simple easy to use plugin for Disposable email is a service, that allows users to generate email address and receive emails.
Τι είναι το TempEmailify - An temporary extension mailbox;
Το TempEmailify - An temporary extension mailbox είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον karthikricssion, και η κύρια λειτουργία του είναι "A simple easy to use plugin for Disposable email is a service, that allows users to generate email address and receive emails.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TempEmailify - An temporary extension mailbox
Λήψη αρχείων επέκτασης TempEmailify - An temporary extension mailbox σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Using TempEmailify email register on any websites, so your real email address will Keep clean. Protect from getting awful subscriptions which many websites sending very often. And also prevent you from any viruses, malware, etc. Select any email generated randomly Choose from the list of randomly generated emails. You can also press the refresh button anytime to re-generate emails. Create your custom email You can create your custom email by clicking on create custom email button on your email list screen. View Incoming messages right in the extension Get all your incoming email messages right in the extension, you don't have to go to a new tab to view your inbox. Inbox will check for new messages once you click on the extension icon. You can also use the refresh icon. View detail message Select any messages from your inbox to view the message in detail. Send Feedback or Request Features right from extension If you face any problem or need any features to be added or just thanks messages by using the extension, you can click on Feedback or Request for a feature from the footer to send your message to us
Βασικές Πληροφορίες Επέκτασης
Όνομα | TempEmailify - An temporary extension mailbox |
ID | odnbnmfjpeiegeabmjefkbioiblkceha |
Επίσημο URL | https://chromewebstore.google.com/detail/tempemailify-an-temporary/odnbnmfjpeiegeabmjefkbioiblkceha |
Περιγραφή | A simple easy to use plugin for Disposable email is a service, that allows users to generate email address and receive emails. |
Μέγεθος Αρχείου | 281 KB |
Αριθμός Εγκαταστάσεων | 206 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2021-02-14 |
Ημερομηνία Δημοσίευσης | 2021-02-14 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | karthikricssion |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://tempemailify.versoly.page/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://tempemailify.versoly.page/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://tempemailify.versoly.page/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TempEmailify - An temporary extension mailbox", "homepage_url": "http:\/\/localhost:8080\/", "description": "A simple easy to use plugin for Disposable email is a service, that allows users to generate email address and receive emails.", "default_locale": "en", "version": "0.1.0", "permissions": [ "storage", "unlimitedStorage" ], "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "TempEmailify - An temporary extension mailbox", "default_icon": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "theme_icons": [ { "light": "icons\/16-light.png", "dark": "icons\/16.png", "size": 16 }, { "light": "icons\/19-light.png", "dark": "icons\/19.png", "size": 19 }, { "light": "icons\/38-light.png", "dark": "icons\/38.png", "size": 38 }, { "light": "icons\/48-light.png", "dark": "icons\/48.png", "size": 48 }, { "light": "icons\/96-light.png", "dark": "icons\/96.png", "size": 96 }, { "light": "icons\/128-light.png", "dark": "icons\/128.png", "size": 128 } ] }, "Content-Security-Policy": "'unsafe-eval'", "author": "Karthikeyan Rajendran", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |