mailgo

a new concept of mailto and tel links

Apa itu mailgo?

mailgo adalah ekstensi Chrome yang dikembangkan oleh http://mailgo.dev, dan fitur utamanya adalah "a new concept of mailto and tel links".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi mailgo

Unduh file ekstensi mailgo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama mailgo mailgo
ID kljnooagpdphdgjnmjhenkganebccejm
URL Resmi https://chrome.google.com/webstore/detail/mailgo/kljnooagpdphdgjnmjhenkganebccejm
Deskripsi a new concept of mailto and tel links
Ukuran File 80.91 KB
Jumlah Instalasi 61
Versi Saat Ini 0.12.2
Terakhir Diperbarui 2021-06-24
Tanggal Publikasi 2020-07-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://mailgo.dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://mailgo.dev
URL Halaman Bantuan https://mailgo.dev
Bahasa yang Didukung 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"
            ]
        }
    ]
}