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
公式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\/*"
    ]
}