Mailto Link Generator

A simple extension to quickly generate mailto email links!

什麼是Mailto Link Generator?

Mailto Link Generator是由AEDEV Development Team開發的Chrome擴展程式,該擴展的主要功能是“A simple extension to quickly generate mailto email links!”。

擴展截圖

screenshot

下載Mailto Link Generator擴展crx文件

下載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
官方網址 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"
    }
}