Mailto Link Generator

A simple extension to quickly generate mailto email links!

Mailto Link Generator क्या है?

Mailto Link Generator AEDEV Development Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension to quickly generate mailto email links!"।

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

screenshot

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

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

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

                        Mailto Link Generator (Version 2)

A simple extension to quickly generate mailto email links!

A mailto link is a link that you can add in your websites, emails, texts and many more. It is for users to click on and be redirected to their favorite email app with predefined values to send your support team emails per example.

It supports the following email headers: To, CC, BCC, Subject and Body.

For support please contact us at [email protected].
We will be more than happy to assist you and make modifications to this extension as fast as possible.

This extension is maintained by the AEDEV Development Team                    

एक्सटेंशन की मूल जानकारी

नाम Mailto Link Generator Mailto Link Generator
ID ijijbihnemkkmihbekgeblojlkckkboo
आधिकारिक URL https://chromewebstore.google.com/detail/mailto-link-generator/ijijbihnemkkmihbekgeblojlkckkboo
विवरण A simple extension to quickly generate mailto email links!
फ़ाइल का आकार 317 KB
स्थापना संख्या 203
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2024-01-12
प्रकाशन तिथि 2023-01-21
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर AEDEV Development Team
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mailto Link Generator",
    "description": "A simple extension to quickly generate mailto email links!",
    "version": "2.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": ".\/pages\/main.html"
    }
}