mailgo
a new concept of mailto and tel links
Was ist mailgo?
mailgo ist eine Chrome-Erweiterung, die von http://mailgo.dev entwickelt wurde, und ihr Hauptmerkmal ist "a new concept of mailto and tel links".
Erweiterungsscreenshots
mailgo-Erweiterungs-CRX-Datei herunterladen
Laden Sie mailgo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | kljnooagpdphdgjnmjhenkganebccejm |
Offizielle URL | https://chrome.google.com/webstore/detail/mailgo/kljnooagpdphdgjnmjhenkganebccejm |
Beschreibung | a new concept of mailto and tel links |
Dateigröße | 80.91 KB |
Installationsanzahl | 61 |
Aktuelle Version | 0.12.2 |
Letztes Update | 2021-06-24 |
Veröffentlichungsdatum | 2020-07-29 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://mailgo.dev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://mailgo.dev |
Hilfeseite URL | https://mailgo.dev |
Unterstützte Sprachen | 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" ] } ] } |