Mailto Link Generator

A simple extension to quickly generate mailto email links!

Apa itu Mailto Link Generator?

Mailto Link Generator adalah ekstensi Chrome yang dikembangkan oleh AEDEV Development Team, dan fitur utamanya adalah "A simple extension to quickly generate mailto email links!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mailto Link Generator

Unduh file ekstensi Mailto Link Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Mailto Link Generator Mailto Link Generator
ID ijijbihnemkkmihbekgeblojlkckkboo
URL Resmi https://chromewebstore.google.com/detail/mailto-link-generator/ijijbihnemkkmihbekgeblojlkckkboo
Deskripsi A simple extension to quickly generate mailto email links!
Ukuran File 317 KB
Jumlah Instalasi 203
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2024-01-12
Tanggal Publikasi 2023-01-21
Penilaian 3.67/5 Total 3 Penilaian
Pengembang AEDEV Development Team
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}