33mail - Defend your Inbox

This extension allows you to easily create 33mail alias addresses whenever you need them

Apa itu 33mail - Defend your Inbox?

33mail - Defend your Inbox adalah ekstensi Chrome yang dikembangkan oleh https://www.33mail.com, dan fitur utamanya adalah "This extension allows you to easily create 33mail alias addresses whenever you need them".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 33mail - Defend your Inbox

Unduh file ekstensi 33mail - Defend your Inbox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama 33mail - Defend your Inbox 33mail - Defend your Inbox
ID keempgcbhfoekmolbpdkcoimnnejjaeh
URL Resmi https://chromewebstore.google.com/detail/33mail-defend-your-inbox/keempgcbhfoekmolbpdkcoimnnejjaeh
Deskripsi This extension allows you to easily create 33mail alias addresses whenever you need them
Ukuran File 3.41 MB
Jumlah Instalasi 2,128
Versi Saat Ini 3.0.0
Terakhir Diperbarui 2020-04-21
Tanggal Publikasi 2020-04-21
Penilaian 2.88/5 Total 16 Penilaian
Pengembang https://www.33mail.com
Tipe Pembayaran free
Situs Ekstensi https://www.33mail.com
URL Halaman Bantuan https://www.33mail.com/page/faq
Bahasa yang Didukung 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\/*"
    ]
}