33mail - Defend your Inbox
This extension allows you to easily create 33mail alias addresses whenever you need them
什么是33mail - Defend your Inbox?
33mail - Defend your Inbox是由https://www.33mail.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to easily create 33mail alias addresses whenever you need them”。
扩展截图
下载33mail - Defend your Inbox扩展crx文件
下载33mail - Defend your Inbox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | 33mail - Defend your Inbox |
ID | keempgcbhfoekmolbpdkcoimnnejjaeh |
官方URL | https://chromewebstore.google.com/detail/33mail-defend-your-inbox/keempgcbhfoekmolbpdkcoimnnejjaeh |
简介 | This extension allows you to easily create 33mail alias addresses whenever you need them |
文件大小 | 3.41 MB |
安装次数 | 2,128 |
当前版本 | 3.0.0 |
更新时间 | 2020-04-21 |
上架时间 | 2020-04-21 |
评分 | 2.88/5 共16次评分 |
开发者 | https://www.33mail.com |
付费类型 | free |
扩展官网 | https://www.33mail.com |
帮助页面URL | https://www.33mail.com/page/faq |
支持的语言 | 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\/*" ] } |