Easy disposable email address
Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions.
Cos'è Easy disposable email address?
Easy disposable email address è un'estensione di Chrome sviluppata da El Dander, e la sua funzione principale è "Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy disposable email address
Scarica i file di estensione Easy disposable email address in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Need a disposable email address? This extension makes it easy! Whenever you need a disposable email address, just right click to insert a temporary address and a new tab will open in the background. When you need to check for email, just go to that tab and refresh! Options page allows you to change the default disposable email address provider. If your default isn't working it will automatically try the others. This extension won't request access to all your websites - only those providing disposable email - and will only run and take up memory when you use it, thanks to the latest Chrome features.
Informazioni di Base sull'Estensione
Nome | Easy disposable email address |
ID | mkpfodpjhekjdhkchalfflggeoamfajh |
URL Ufficiale | https://chromewebstore.google.com/detail/easy-disposable-email-add/mkpfodpjhekjdhkchalfflggeoamfajh |
Descrizione | Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions. |
Dimensione del File | 20.55 KB |
Conteggio Installazioni | 2,215 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2017-02-19 |
Data di Pubblicazione | 2017-02-19 |
Valutazione | 4.49/5 Totale 45 Valutazioni |
Sviluppatore | El Dander |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/el-dander/Easy-disposable-email-address |
URL della Pagina di Aiuto | https://github.com/el-dander/Easy-disposable-email-address |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "providers.js", "background.js" ], "persistent": false }, "description": "Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "name": "Easy disposable email address", "options_page": "options.html", "permissions": [ "contextMenus", "activeTab" ], "optional_permissions": [ "http:\/\/www.dispostable.com\/", "http:\/\/mailinator.com\/", "http:\/\/mailcatch.com\/", "https:\/\/harakirimail.com\/" ], "version": "1.5" } |