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!”。
扩展截图
下载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 |
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" } } |