33mail - Defend your Inbox
This extension allows you to easily create 33mail alias addresses whenever you need them
O que é 33mail - Defend your Inbox?
33mail - Defend your Inbox é uma extensão do Chrome desenvolvida por https://www.33mail.com, e sua principal característica é "This extension allows you to easily create 33mail alias addresses whenever you need them".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 33mail - Defend your Inbox
Baixe arquivos de extensão 33mail - Defend your Inbox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
The 33Mail Chrome Extension makes registering for websites painless and safe. Instead of giving your real email address to companies that may or may not be trustworthy, let 33Mail create a customized email address for each company you sign up for. Any emails they send will be forwarded to you, however if they start to abuse your email address you can block it with a single click. 33Mail puts you back in control of your inbox!
Informações Básicas da Extensão
Nome | 33mail - Defend your Inbox |
ID | keempgcbhfoekmolbpdkcoimnnejjaeh |
URL Oficial | https://chromewebstore.google.com/detail/33mail-defend-your-inbox/keempgcbhfoekmolbpdkcoimnnejjaeh |
Descrição | This extension allows you to easily create 33mail alias addresses whenever you need them |
Tamanho do Arquivo | 3.41 MB |
Contagem de Instalações | 2,128 |
Versão Atual | 3.0.0 |
Última Atualização | 2020-04-21 |
Data de Publicação | 2020-04-21 |
Classificação | 2.88/5 Total de 16 Avaliações |
Desenvolvedor | https://www.33mail.com |
Tipo de Pagamento | free |
Site da Extensão | https://www.33mail.com |
URL da Página de Ajuda | https://www.33mail.com/page/faq |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "33mail - Defend your Inbox", "version": "3.0.0", "manifest_version": 2, "description": "This extension allows you to easily create 33mail alias addresses whenever you need them", "homepage_url": "https:\/\/www.33mail.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "33mail", "default_popup": "popup.html" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "options_page": "options.html", "permissions": [ "contextMenus", "storage", "activeTab", "https:\/\/api.ec2.33mail.com\/*" ] } |