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”。

擴展截圖

screenshot

下載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 33mail - Defend your Inbox
ID keempgcbhfoekmolbpdkcoimnnejjaeh
官方網址 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\/*"
    ]
}