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 |
Eメール | [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" } } |