Google Inbox Checker (Inbox by Gmail)

Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.

Google Inbox Checker (Inbox by Gmail)คืออะไร?

Google Inbox Checker (Inbox by Gmail) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Omri Guy และคุณลักษณะหลักของมันคือ "Displays the number of unread messages in your Google Inbox with desktop notifications for new emails."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Inbox Checker (Inbox by Gmail)

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

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

                        Now you can keep track your Google Inbox (Inbox by gmail) unread emails!

Shows the number of emails you need to take care of in your Inbox.
Desktop and sound notifications for new emails.
Option to select the active account for multiple accounts users.

Only emails in 'Inbox' label are counted, Ignoring 'Done' and 'Snoozed' labeled emails.
Auto-refresh when Google Inbox tab is open.                    

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

ชื่อ Google Inbox Checker (Inbox by Gmail) Google Inbox Checker (Inbox by Gmail)
ID ljeebljkookphadpedhmnlokpennimon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-inbox-checker-inbo/ljeebljkookphadpedhmnlokpennimon
คำอธิบาย Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.
ขนาดไฟล์ 450 KB
จำนวนการติดตั้ง 10,925
เวอร์ชันปัจจุบัน 1.0.16
อัปเดตครั้งล่าสุด 2015-08-14
วันที่เผยแพร่ 2015-08-14
คะแนน 4.14/5 รวมทั้งหมด 213 คะแนน
ผู้พัฒนา Omri Guy
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Inbox Checker (Inbox by Gmail)",
    "description": "Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.",
    "version": "1.0.16",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "assets\/inbox_not_logged_in.png"
    },
    "icons": {
        "128": "assets\/icon_128.png",
        "256": "assets\/icon_256.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "notifications",
        "*:\/\/mail.google.com\/",
        "*:\/\/inbox.google.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com ;object-src 'self'"
}