Mailto Link Generator

A simple extension to quickly generate mailto email links!

Qu'est-ce que Mailto Link Generator ?

Mailto Link Generator est une extension Chrome développée par AEDEV Development Team, et sa fonction principale est "A simple extension to quickly generate mailto email links!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mailto Link Generator

Téléchargez les fichiers d'extension Mailto Link Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Mailto Link Generator Mailto Link Generator
ID ijijbihnemkkmihbekgeblojlkckkboo
URL Officiel https://chromewebstore.google.com/detail/mailto-link-generator/ijijbihnemkkmihbekgeblojlkckkboo
Description A simple extension to quickly generate mailto email links!
Taille du Fichier 317 KB
Nombre d'Installations 203
Version Actuelle 2.0.0
Dernière Mise à Jour 2024-01-12
Date de Publication 2023-01-21
Évaluation 3.67/5 Total 3 Évaluations
Développeur AEDEV Development Team
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}