Mailto Link Generator
A simple extension to quickly generate mailto email links!
Wat is Mailto Link Generator?
Mailto Link Generator is een Chrome-extensie ontwikkeld door AEDEV Development Team, en de belangrijkste functie is "A simple extension to quickly generate mailto email links!".
Extensie Screenshots
Download het CRX-bestand van de extensie Mailto Link Generator
Download Mailto Link Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Mailto Link Generator |
ID | ijijbihnemkkmihbekgeblojlkckkboo |
Officiële URL | https://chromewebstore.google.com/detail/mailto-link-generator/ijijbihnemkkmihbekgeblojlkckkboo |
Beschrijving | A simple extension to quickly generate mailto email links! |
Bestandsgrootte | 317 KB |
Aantal Installaties | 203 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2024-01-12 |
Publicatiedatum | 2023-01-21 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | AEDEV Development Team |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |