Inboxes - Temp email, new domains every month

Inboxes, free temp email inbox service. Protects private email from spam, providing you a temp disposable email address.

Inboxes - Temp email, new domains every month là gì?

Inboxes - Temp email, new domains every month là một tiện ích mở rộng Chrome được phát triển bởi http://getinboxes.com, và tính năng chính của nó là "Inboxes, free temp email inbox service. Protects private email from spam, providing you a temp disposable email address.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Inboxes - Temp email, new domains every month

Tải xuống các tệp mở rộng Inboxes - Temp email, new domains every month dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Inboxes is a free temp mail service. It protects private inboxes from spam and phishing by providing you 100's of temp mail address. It also alerts you when new messages are received and gives you easy access to copy and paste randomly generated temp email addresses. Use your anonymous disposable inbox to register to web sites where you don't want your real email to be exposed.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Inboxes - Temp email, new domains every month Inboxes - Temp email, new domains every month
ID cmkjhmpnkckeffdpphnaidaamajmahgj
URL Chính Thức https://chrome.google.com/webstore/detail/inboxes-temp-email-new-do/cmkjhmpnkckeffdpphnaidaamajmahgj
Mô tả Inboxes, free temp email inbox service. Protects private email from spam, providing you a temp disposable email address.
Kích Thước Tệp 579 KB
Số Lần Cài Đặt 364
Phiên Bản Hiện Tại 1.0.26
Cập Nhật Lần Cuối 2018-11-28
Ngày Phát Hành 2018-11-28
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://getinboxes.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getinboxes.com
URL Trang Trợ Giúp https://getinboxes.com/help
URL Trang Chính Sách Bảo Mật https://getnada.com/privacy
Ngôn Ngữ Được Hỗ Trợ id,de,en,en-GB,en-US,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inboxes - Temp email, new domains every month",
    "short_name": "Inboxes - Temp mail",
    "version": "1.0.26",
    "homepage_url": "https:\/\/getinboxes.com\/",
    "description": "Inboxes, free temp email inbox service. Protects private email from spam, providing you a temp disposable email address.",
    "author": "Inboxes - Temp mail",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16x16.png",
        "20": "icons\/20x20.png",
        "24": "icons\/24x24.png",
        "32": "icons\/32x32.png",
        "40": "icons\/40x40.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png",
        "256": "icons\/256x256.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "clipboardWrite",
        "https:\/\/getinboxes.com\/"
    ],
    "background": {
        "scripts": [
            "vendor\/lodash\/lodash.min.js",
            "common\/Browser.js",
            "common\/Constants.js",
            "background\/script.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Inboxes - Temp email, new domains every month",
        "default_popup": "popup\/template.html",
        "default_icon": {
            "16": "icons\/16x16.png",
            "20": "icons\/20x20.png",
            "24": "icons\/24x24.png",
            "25": "icons\/25x25.png",
            "30": "icons\/30x30.png",
            "32": "icons\/32x32.png",
            "40": "icons\/40x40.png",
            "48": "icons\/48x48.png",
            "64": "icons\/64x64.png",
            "128": "icons\/128x128.png",
            "256": "icons\/256x256.png",
            "512": "icons\/512x512.png"
        }
    },
    "web_accessible_resources": [
        "icons\/*"
    ]
}