Mailto Link Generator

A simple extension to quickly generate mailto email links!

Mailto Link Generator là gì?

Mailto Link Generator là một tiện ích mở rộng Chrome được phát triển bởi AEDEV Development Team, và tính năng chính của nó là "A simple extension to quickly generate mailto email links!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mailto Link Generator

Tải xuống các tệp mở rộng Mailto Link Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mailto Link Generator Mailto Link Generator
ID ijijbihnemkkmihbekgeblojlkckkboo
URL Chính Thức https://chromewebstore.google.com/detail/mailto-link-generator/ijijbihnemkkmihbekgeblojlkckkboo
Mô tả A simple extension to quickly generate mailto email links!
Kích Thước Tệp 317 KB
Số Lần Cài Đặt 203
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2024-01-12
Ngày Phát Hành 2023-01-21
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển AEDEV Development Team
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}