Mailto Link Generator

A simple extension to quickly generate mailto email links!

Mailto Link Generatorคืออะไร?

Mailto Link Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AEDEV Development Team และคุณลักษณะหลักของมันคือ "A simple extension to quickly generate mailto email links!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mailto Link Generator

ดาวน์โหลดไฟล์ส่วนขยาย Mailto Link Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}