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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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'"
}