MailtoX

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

什麼是MailtoX?

MailtoX是由Makeinfo開發的Chrome擴展程式,該擴展的主要功能是“Open email links with Gmail, Yahoo, Outlook, default client or copy to clipboard.”。

擴展截圖

screenshot
screenshot

下載MailtoX擴展crx文件

下載MailtoX擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.**                    

擴展基本資訊

名稱 MailtoX MailtoX
ID ldkghcbecbpjifkpgfjinpjlddkhnpkd
官方網址 https://chromewebstore.google.com/detail/mailtox/ldkghcbecbpjifkpgfjinpjlddkhnpkd
簡介 Open email links with Gmail, Yahoo, Outlook, default client or copy to clipboard.
檔案大小 63.05 KB
安裝次數 37
目前版本 1.2.2
更新時間 2021-08-07
上架時間 2021-07-04
開發者 Makeinfo
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}