Mailto Link Generator

A simple extension to quickly generate mailto email links!

Cos'è Mailto Link Generator?

Mailto Link Generator è un'estensione di Chrome sviluppata da AEDEV Development Team, e la sua funzione principale è "A simple extension to quickly generate mailto email links!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mailto Link Generator

Scarica i file di estensione Mailto Link Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Mailto Link Generator Mailto Link Generator
ID ijijbihnemkkmihbekgeblojlkckkboo
URL Ufficiale https://chromewebstore.google.com/detail/mailto-link-generator/ijijbihnemkkmihbekgeblojlkckkboo
Descrizione A simple extension to quickly generate mailto email links!
Dimensione del File 317 KB
Conteggio Installazioni 203
Versione Corrente 2.0.0
Ultimo Aggiornamento 2024-01-12
Data di Pubblicazione 2023-01-21
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore AEDEV Development Team
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}