mailgo

a new concept of mailto and tel links

mailgoคืออะไร?

mailgo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mailgo.dev และคุณลักษณะหลักของมันคือ "a new concept of mailto and tel links"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย mailgo

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}