Yahoo! Mail Notifier

Notifies you when new emails arrived in your Yahoo! Mail box

Yahoo! Mail Notifier là gì?

Yahoo! Mail Notifier là một tiện ích mở rộng Chrome được phát triển bởi def00111, và tính năng chính của nó là "Notifies you when new emails arrived in your Yahoo! Mail box".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yahoo! Mail Notifier

Tải xuống các tệp mở rộng Yahoo! Mail Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        You must be logged into Yahoo for this add-on to work!

Warning:
Don't remove permission for "https://mail.yahoo.com/*" (the add-on won't work anymore).

How to update the add-on:
Remove old version first then install new version.

The difference between this and the other add-ons are:
This add-on only fetches a small data (kb) instead of the full page (mb) what the other add-ons are doing. For this reason, i decided to create my own notifier for Yahoo.

Icon made by Freepik from www.flaticon.com.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yahoo! Mail Notifier Yahoo! Mail Notifier
ID fcdjpfkcoogpjflflpblocbgnlodfcjp
URL Chính Thức https://chromewebstore.google.com/detail/yahoo-mail-notifier/fcdjpfkcoogpjflflpblocbgnlodfcjp
Mô tả Notifies you when new emails arrived in your Yahoo! Mail box
Kích Thước Tệp 51.34 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2023-11-28
Ngày Phát Hành 2020-03-12
Đánh Giá 2.71/5 Tổng số 21 Đánh Giá
Nhà Phát Triển def00111
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/def00111/yahoo-mail-notifier/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "def00111",
    "manifest_version": 3,
    "name": "Yahoo! Mail Notifier",
    "version": "1.2.5",
    "minimum_chrome_version": "116",
    "description": "Notifies you when new emails arrived in your Yahoo! Mail box",
    "icons": {
        "64": "icons\/email-64.png",
        "128": "icons\/email-128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/email-16.png",
            "32": "icons\/email-32.png",
            "64": "icons\/email-64.png"
        },
        "default_title": "Yahoo! Mail Notifier"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "sw.js"
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "storage",
        "declarativeNetRequest",
        "tabs",
        "scripting",
        "cookies",
        "webRequest",
        "offscreen",
        "notifications"
    ],
    "optional_permissions": [
        "background"
    ],
    "host_permissions": [
        "https:\/\/mail.yahoo.com\/"
    ]
}