Temp Mail A+ - Disposable email

Extension to generate Temp Mail - Disposable email

Temp Mail A+ - Disposable email là gì?

Temp Mail A+ - Disposable email là một tiện ích mở rộng Chrome được phát triển bởi https://tempmaila.com, và tính năng chính của nó là "Extension to generate Temp Mail - Disposable email".

Ả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 Temp Mail A+ - Disposable email

Tải xuống các tệp mở rộng Temp Mail A+ - Disposable email 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

                        A disposable email is typically a temporary email address that is used only once and often for a short period of time. Disposable email addresses can be used in place of your personal email address and can help protect your privacy by preventing spam or unwanted mail. They are convenient when signing up for many websites or services and can be automatically deleted after a few hours or a few days.                    

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

Tên Temp Mail A+ - Disposable email Temp Mail A+ - Disposable email
ID imbgcdakhillciogjocnopkdfnbepnff
URL Chính Thức https://chromewebstore.google.com/detail/temp-mail-a+-disposable-e/imbgcdakhillciogjocnopkdfnbepnff
Mô tả Extension to generate Temp Mail - Disposable email
Kích Thước Tệp 302 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-02-23
Ngày Phát Hành 2023-02-23
Nhà Phát Triển https://tempmaila.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tempmaila.com
URL Trang Trợ Giúp https://tempmaila.com/contact
URL Trang Chính Sách Bảo Mật https://tempmaila.com/page/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "action": {
        "default_icon": {
            "16": "assets\/images\/16x16.png",
            "32": "assets\/images\/48x48.png",
            "48": "assets\/images\/128x128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/jquery-3.6.0.min.js",
                "assets\/js\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Extension to generate Temp Mail - Disposable email",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/images\/128x128.png",
        "16": "assets\/images\/16x16.png",
        "32": "assets\/images\/48x48.png"
    },
    "manifest_version": 3,
    "name": "Temp Mail A+ - Disposable email",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "contextMenus",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}