Mail Bell

Minimalist email notifier. Simple, sharp and sweet.

Mail Bellคืออะไร?

Mail Bell เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://coverli.com และคุณลักษณะหลักของมันคือ "Minimalist email notifier. Simple, sharp and sweet."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Mail Bell ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Mail Bell is an unintrusive, minimalist email notifier. When new emails arrive at your inbox, Mail Bell rings so you don't miss them. Moreover, it empowers you to complete common email tasks without interrupting your browsing experience.

 @ With real time email notification, you will always stay on top of your inbox.

 @ Clear, freshening, intuitive user interface. Mail Bell doesn't try to be a full-fledged email client, it complements tools offered by email providers.

 @ Common message operations are built into the interface seamlessly. You can manage emails without switching windows or tabs.

 @ Mail Bell only requires the least possible permissions to operate. You are in control of additional permissions.

 @ Works with Google Gmail. Support for Outlook is in the work.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mail Bell Mail Bell
ID kocdpobfnlfhphbbhbefmaggakcolemd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mail-bell/kocdpobfnlfhphbbhbefmaggakcolemd
คำอธิบาย Minimalist email notifier. Simple, sharp and sweet.
ขนาดไฟล์ 167 KB
จำนวนการติดตั้ง 375
เวอร์ชันปัจจุบัน 1.1.1.0
อัปเดตครั้งล่าสุด 2020-11-28
วันที่เผยแพร่ 2020-07-15
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://coverli.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mail-bell.coverli.com
URL หน้าช่วยเหลือ https://chrome.google.com/webstore/detail/kocdpobfnlfhphbbhbefmaggakcolemd/support
URL หน้านโยบายความเป็นส่วนตัว https://mail-bell.coverli.com/privacy.html
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoBER1EiUhE1fTQvMXyfDyvl+yoKoTXz2NDsARx1NuMQeBknhp8y4MEVV3tbjHv1R0YaFmcJJpVUydKMVc6IIfMoLcbo6x6UwAOFzWMJRlk9HiX8K+KaWWAPuIm\/sgt1N4xcx9z\/cMs6aVWPKx8ABXcSZigxykxuDQkgVNjId0BYqCTiaOoA8HsJ68y6ydYMgPkSf1zyLuMyd3ceQZCdKAuU3Sh3w8gk5HrZdvsrp8nIdiMZNisv8A7cV5wBCRGK+uQx8nonlkprk1f2L7dYYM5a8KSbr5BibtKg1ZUKAsU9FR1nEHWvOjjeoKPcRP\/jJ2JzbO9coVforwUx5RnARPQIDAQAB",
    "name": "__MSG_ext_name__",
    "version": "1.1.1.0",
    "description": "__MSG_ext_desc__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "assets\/bell\/16.png",
        "24": "assets\/bell\/24.png",
        "32": "assets\/bell\/32.png",
        "48": "assets\/bell\/48.png",
        "64": "assets\/bell\/64.png",
        "96": "assets\/bell\/96.png",
        "128": "assets\/bell\/128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'",
    "permissions": [
        "alarms",
        "storage",
        "https:\/\/mail.google.com\/mail\/u\/*",
        "https:\/\/mail-bell.coverli.com\/auth.html"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_title": "__MSG_ext_name__"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    }
}