mailgo
a new concept of mailto and tel links
Hvad er mailgo?
mailgo er en Chrome-udvidelse udviklet af http://mailgo.dev, og dens hovedfunktion er "a new concept of mailto and tel links".
Udvidelsesskærmbilleder
Download mailgo-udvidelses-CRX-fil
Download mailgo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kljnooagpdphdgjnmjhenkganebccejm |
Officiel URL | https://chrome.google.com/webstore/detail/mailgo/kljnooagpdphdgjnmjhenkganebccejm |
Beskrivelse | a new concept of mailto and tel links |
Filstørrelse | 80.91 KB |
Antal Installationer | 61 |
Nuværende Version | 0.12.2 |
Senest Opdateret | 2021-06-24 |
Udgivelsesdato | 2020-07-29 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | http://mailgo.dev |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://mailgo.dev |
Hjælpeside-URL | https://mailgo.dev |
Understøttede Sprog | 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" ] } ] } |