MailtoX

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

MailtoX क्या है?

MailtoX Makeinfo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open email links with Gmail, Yahoo, Outlook, default client or copy to clipboard."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MailtoX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}