mailgo
a new concept of mailto and tel links
ما هو mailgo؟
mailgo هو إضافة Chrome تم تطويرها بواسطة http://mailgo.dev، والميزة الرئيسية لها هي "a new concept of mailto and tel links".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة mailgo
قم بتنزيل ملفات الامتداد mailgo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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" ] } ] } |