Disposable Temporary E-Mail Address
CrazyMailing - online service that generates disposable temporary Email.
Τι είναι το Disposable Temporary E-Mail Address;
Το Disposable Temporary E-Mail Address είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.crazymailing.com, και η κύρια λειτουργία του είναι "CrazyMailing - online service that generates disposable temporary Email.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Disposable Temporary E-Mail Address
Λήψη αρχείων επέκτασης Disposable Temporary E-Mail Address σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Crazymailing is free and easy in use online service which generates random temporary Email addresses. This Email addresses will be automatically deleted after a short period of time. This service can be used for confirming registration on a different sites, if you don't want to use your real Email. Use it for free! Options - increment time life of temporary email - multiplay email accounts - store expired emails - right click for fast use
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hemenclonhmnejgolgngjbkmojmcgjnk |
Επίσημο URL | https://chrome.google.com/webstore/detail/disposable-temporary-e-ma/hemenclonhmnejgolgngjbkmojmcgjnk |
Περιγραφή | CrazyMailing - online service that generates disposable temporary Email. |
Μέγεθος Αρχείου | 134 KB |
Αριθμός Εγκαταστάσεων | 5,715 |
Τρέχουσα Έκδοση | 0.3.9 |
Τελευταία Ενημέρωση | 2016-11-19 |
Ημερομηνία Δημοσίευσης | 2016-11-19 |
Αξιολόγηση | 4.77/5 Συνολικά 1020 Αξιολογήσεις |
Προγραμματιστής | https://www.crazymailing.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://chrome.google.com/webstore/detail/disposable-temporary-e-ma/hemenclonhmnejgolgngjbkmojmcgjnk |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.3.9", "manifest_version": 2, "content_security_policy": "script-src 'self' 'sha256-5FqCksGrzIgAtNavbmT8zNctUibTL9zo++jVP3C+Ces=' https:\/\/ssl.google-analytics.com; object-src 'self'", "short_name": "__MSG_appShortName__", "icons": { "128": "img\/icon_128.png", "64": "img\/icon_64.png", "48": "img\/icon_48.png", "32": "img\/icon_32.png", "16": "img\/icon_16.png" }, "permissions": [ "contextMenus", "tabs", "background", "cookies", "https:\/\/www.crazymailing.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "img\/icon_16.png", "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "homepage_url": "https:\/\/www.crazymailing.com", "content_scripts": [ { "js": [ "is_installed.js" ], "matches": [ "http:\/\/www.crazymailing.local\/*", "https:\/\/www.crazymailing.com\/*" ] } ] } |