Notifier for Gmail™

Multiple label and account notifier for Google Mail (Gmail)

Notifier for Gmail™คืออะไร?

Notifier for Gmail™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://add0n.com และคุณลักษณะหลักของมันคือ "Multiple label and account notifier for Google Mail (Gmail)"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notifier for Gmail™

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

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

                        Gmail™ Notifier is an open-source project that notifies you about incoming emails from all your Google Mail accounts and labels.

Features:
1. No requirement to enter your credentials.
2. Multiple account support
3. Multiple label support
4. Low bandwidth usage by using RSS technology
5. Mark as read, report spam, trash or archive messages right from browser's toolbar

Source Code:
Source code of the extension is available on Github: https://github.com/inbasic/ignotifier
To report bugs and track them submit them: https://github.com/inbasic/ignotifier/issues?state=open

FAQs:
Addon's homepage has a FAQ section. Some of the QAs are listed here:

    How can I sign-in into multiple accounts at once?
    Why is multiple account notification not working anymore?
    How can I adjust Gmail™ Notifier to get label-specific notifications?
    Is it possible to disable specific accounts from receiving notifications?
    ...

Check this page for more instructions: 
https://webextension.org/listing/gmail-notifier.html

Privacy Policy:
https://add0n.com/policies/inb.cor.txt

-----------------------------------------------------------------------------
Please don't use reviews as a support forum. If you are experiencing problems with the add-on, send a support request:
https://github.com/inbasic/ignotifier/issues?state=open
-----------------------------------------------------------------------------                    

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

ชื่อ Notifier for Gmail™ Notifier for Gmail™
ID dcjichoefijpinlfnjghokpkojhlhkgl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notifier-for-gmail/dcjichoefijpinlfnjghokpkojhlhkgl
คำอธิบาย Multiple label and account notifier for Google Mail (Gmail)
ขนาดไฟล์ 283 KB
จำนวนการติดตั้ง 243,770
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2024-02-13
วันที่เผยแพร่ 2019-09-12
คะแนน 4.39/5 รวมทั้งหมด 923 คะแนน
ผู้พัฒนา https://add0n.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webextension.org/listing/gmail-notifier.html
URL หน้าช่วยเหลือ https://webextension.org/listing/gmail-notifier.html
URL หน้านโยบายความเป็นส่วนตัว https://add0n.com/policies/inb.cor.txt
ภาษาที่รองรับ de,en,fr,nl,tr,ca,es,hu,pl,el,sr,bg,ru,uk,iw,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notifier for Gmail\u2122",
    "description": "__MSG_description__",
    "author": "InBasic",
    "version": "1.1.6",
    "minimum_chrome_version": "117",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "notifications",
        "contextMenus",
        "webRequest",
        "storage",
        "alarms",
        "idle",
        "offscreen",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/mail\/",
        "*:\/\/mail.google.com\/sync\/"
    ],
    "action": {
        "default_icon": {
            "16": "\/data\/icons\/blue\/16.png",
            "18": "\/data\/icons\/blue\/18.png",
            "19": "\/data\/icons\/blue\/19.png",
            "32": "\/data\/icons\/blue\/32.png"
        }
    },
    "background": {
        "service_worker": "worker.js"
    },
    "options_ui": {
        "page": "\/data\/options\/index.html",
        "open_in_tab": true
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/gmail-notifier.html",
    "icons": {
        "16": "\/data\/icons\/red\/16.png",
        "18": "\/data\/icons\/red\/18.png",
        "19": "\/data\/icons\/red\/19.png",
        "32": "\/data\/icons\/red\/32.png",
        "48": "\/data\/icons\/red\/48.png",
        "64": "\/data\/icons\/red\/64.png",
        "128": "\/data\/icons\/red\/128.png"
    }
}