MailtoX

Open email links with Gmail, Yahoo, Outlook, default client or copy to clipboard.

MailtoX là gì?

MailtoX là một tiện ích mở rộng Chrome được phát triển bởi Makeinfo, và tính năng chính của nó là "Open email links with Gmail, Yahoo, Outlook, default client or copy to clipboard.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MailtoX

Tải xuống các tệp mở rộng MailtoX 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

                        MailtoX is a beautiful email link opener from your Chrome browser. It allows you to open the email links on a popup rather than opening email client directly. This extension has multiple options like Open with Gmail, Open with Yahoo Mail, Open with Outlook, default email app & copy to handle your email link clicks.  

No more regret about clicking on email link accidentally. Highly productive solution to manage your mailto clicks. 

✅  **Just one button click to copy the email address.**

✅  **You can choose which email program to send email.**

✅  **Privacy friendly. No data sharing.**                    

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

Tên MailtoX MailtoX
ID ldkghcbecbpjifkpgfjinpjlddkhnpkd
URL Chính Thức https://chromewebstore.google.com/detail/mailtox/ldkghcbecbpjifkpgfjinpjlddkhnpkd
Mô tả Open email links with Gmail, Yahoo, Outlook, default client or copy to clipboard.
Kích Thước Tệp 63.05 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2021-08-07
Ngày Phát Hành 2021-07-04
Nhà Phát Triển Makeinfo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MailtoX",
    "version": "1.2.2",
    "description": "Open email links with Gmail, Yahoo, Outlook, default client or copy to clipboard.",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/bootstrap.min.js",
                "content.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "styles\/styles.css"
    ]
}