Mailto Link Generator
A simple extension to quickly generate mailto email links!
Vad är Mailto Link Generator?
Mailto Link Generator är en Chrome-tillägg utvecklad av AEDEV Development Team, och dess huvudfunktion är "A simple extension to quickly generate mailto email links!".
Tilläggsskärmbilder
Ladda ner Mailto Link Generator-förlängningens CRX-fil
Ladda ner Mailto Link Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Mailto Link Generator |
ID | ijijbihnemkkmihbekgeblojlkckkboo |
Officiell webbadress | https://chromewebstore.google.com/detail/mailto-link-generator/ijijbihnemkkmihbekgeblojlkckkboo |
Beskrivning | A simple extension to quickly generate mailto email links! |
Filstorlek | 317 KB |
Antal Installationer | 203 |
Aktuell Version | 2.0.0 |
Senast Uppdaterad | 2024-01-12 |
Publiceringsdatum | 2023-01-21 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | AEDEV Development Team |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |