mailgo
a new concept of mailto and tel links
Vad är mailgo?
mailgo är en Chrome-tillägg utvecklad av http://mailgo.dev, och dess huvudfunktion är "a new concept of mailto and tel links".
Tilläggsskärmbilder
Ladda ner mailgo-förlängningens CRX-fil
Ladda ner mailgo-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
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äggande Information om Tillägg
Namn | |
ID | kljnooagpdphdgjnmjhenkganebccejm |
Officiell webbadress | https://chrome.google.com/webstore/detail/mailgo/kljnooagpdphdgjnmjhenkganebccejm |
Beskrivning | a new concept of mailto and tel links |
Filstorlek | 80.91 KB |
Antal Installationer | 61 |
Aktuell Version | 0.12.2 |
Senast Uppdaterad | 2021-06-24 |
Publiceringsdatum | 2020-07-29 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://mailgo.dev |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://mailgo.dev |
Hjälpsida URL | https://mailgo.dev |
Stödda Språk | 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" ] } ] } |