Quick Look Inbox for Gmail

Get notifications and quick look your new Gmail messages.

ما هو Quick Look Inbox for Gmail؟

Quick Look Inbox for Gmail هو إضافة Chrome تم تطويرها بواسطة https://guokai.dev، والميزة الرئيسية لها هي "Get notifications and quick look your new Gmail messages.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Quick Look Inbox for Gmail

قم بتنزيل ملفات الامتداد Quick Look Inbox for Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This is a high-performance and easy-to-use Gmail checking tool.

It can check the latest emails, send out notifications, view email content and perform some common operations. It also has rich settings to meet the subtle differences in needs between different users. In short, it is not a fully functional Gmail client, but it can help you quickly complete some routine email processing tasks.

This extension is implemented using the official Gmail API and only needs to be authorized through OAuth, no any website permission requirements.

Some Features:
• This extension only checks unread messages in the Gmail inbox, and you can set to check only or notify only specific categories of messages.
• The main list can display up to 1000 messages, and the loading speed is very fast.
• Supported operations include: mark as read, archive, delete, open Gmail, mark as spam, etc.
• Support system notification and voice notification.
• Support do not disturb function (no notification will be sent under certain conditions).
• The function page can be set to be displayed in the popup page or in a new tab page.
• Support archive and mark as read one-click completion.
• Support setting whether to display labels, snippets, etc.
• Support complete keyboard shortcuts (can be used without a mouse).

Notes:
1. Currently only Chrome browser is supported, and other Chromium-based browsers are not supported.
2. Multi-account simultaneous use is not supported at this time.

Privacy
This extension does not collect ANY information from you, and no tracking code. Your data is transferred only between your browser and the Google (Gmail) server, some data is cached in your browser locally, no data sent to any third party.                    

معلومات أساسية عن التمديد

الاسم Quick Look Inbox for Gmail Quick Look Inbox for Gmail
ID kpjfeffjdlhdafohanbfpjjbmgjpaohp
عنوان URL الرسمي https://chromewebstore.google.com/detail/quick-look-inbox-for-gmai/kpjfeffjdlhdafohanbfpjjbmgjpaohp
الوصف Get notifications and quick look your new Gmail messages.
حجم الملف 121 KB
عدد التثبيتات 1,302
النسخة الحالية 0.0.23
آخر تحديث 2023-08-25
تاريخ النشر 2020-12-12
تقييم 5.00/5 مجموع تقييمات 6
المطور https://guokai.dev
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://guokai.dev/gmail/
عنوان صفحة سياسة الخصوصية https://guokai.dev/privacy
اللغات المدعومة en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.23",
    "author": "Guokai Han",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "identity",
        "storage",
        "unlimitedStorage",
        "alarms",
        "background",
        "tts",
        "idle",
        "notifications"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon\/16-red.png",
        "48": "icon\/48-red.png",
        "128": "icon\/128-red.png"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+G"
            }
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsWGswYzxf60nImfqv534omBegSiDNHcBJRZTbIxsxkqH2tA5A+06jjBoDpRVq1U3AM+UsCBqA34sq99mHBAL0fy9Z5LlnsHCC9rF1\/ejpCBnDBdvgOSk4xbutJiV47Jh65uTdQkWxkcr7Re\/OqfXto3HT+YHsnI8mNjHcRmKVyHjhAmAx7Ji4PYwvzJO26w8HjkFUywzw0PI7UIHIyFY7gN+gZZliJbuANMnGWqW4w9S50PH6EzrVPUCbcP2mq748YJnbUX1skHJs5vvsfBhp+5rs7Zsy0qWn9io0Ykle08\/6\/2dcOQoN1lbjLvcuOQ7fs7Zw\/K5ozJ3gfd7WXra3QIDAQAB",
    "oauth2": {
        "client_id": "386576221148-cmdinqphelkm3kkel6rb29eq27hi0nnu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.modify"
        ]
    }
}