mailgo
a new concept of mailto and tel links
Wat is mailgo?
mailgo is een Chrome-extensie ontwikkeld door http://mailgo.dev, en de belangrijkste functie is "a new concept of mailto and tel links".
Extensie Screenshots
Download het CRX-bestand van de extensie mailgo
Download mailgo-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
Mailgo transforms all the mailto and tel links in modals with more possibilities for the users, for example open an email with Gmail, Outlook, Yahoo Mail, or phone number with WhatsApp, Telegram, Skype. Mailgo project is always WIP and is completely open source! https://mailgo.dev
Basisinformatie over de Extensie
Naam | |
ID | kljnooagpdphdgjnmjhenkganebccejm |
Officiële URL | https://chrome.google.com/webstore/detail/mailgo/kljnooagpdphdgjnmjhenkganebccejm |
Beschrijving | a new concept of mailto and tel links |
Bestandsgrootte | 80.91 KB |
Aantal Installaties | 61 |
Huidige Versie | 0.12.2 |
Laatst Bijgewerkt | 2021-06-24 |
Publicatiedatum | 2020-07-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://mailgo.dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://mailgo.dev |
Help Pagina-URL | https://mailgo.dev |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "a new concept of mailto and tel links", "manifest_version": 2, "name": "mailgo", "version": "0.12.2", "homepage_url": "https:\/\/mailgo.dev", "permissions": [], "icons": { "48": "icons\/mailgo-48.png", "96": "icons\/mailgo-96.png", "128": "icons\/mailgo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "mailgo.chrome.min.js" ] } ] } |