mailgo

a new concept of mailto and tel links

什么是mailgo?

mailgo是由http://mailgo.dev开发的Chrome扩展程序,该扩展的主要功能是“a new concept of mailto and tel links”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载mailgo扩展crx文件

下载mailgo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 mailgo mailgo
ID kljnooagpdphdgjnmjhenkganebccejm
官方URL https://chrome.google.com/webstore/detail/mailgo/kljnooagpdphdgjnmjhenkganebccejm
简介 a new concept of mailto and tel links
文件大小 80.91 KB
安装次数 61
当前版本 0.12.2
更新时间 2021-06-24
上架时间 2020-07-29
评分 5.00/5 共1次评分
开发者 http://mailgo.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mailgo.dev
帮助页面URL https://mailgo.dev
支持的语言 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"
            ]
        }
    ]
}