Yahoo! Mail Notifier

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

Yahoo! Mail Notifier क्या है?

Yahoo! Mail Notifier def00111 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notifies you when new emails arrived in your Yahoo! Mail box"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yahoo! Mail Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Yahoo! Mail Notifier Yahoo! Mail Notifier
ID fcdjpfkcoogpjflflpblocbgnlodfcjp
आधिकारिक URL https://chromewebstore.google.com/detail/yahoo-mail-notifier/fcdjpfkcoogpjflflpblocbgnlodfcjp
विवरण Notifies you when new emails arrived in your Yahoo! Mail box
फ़ाइल का आकार 51.34 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.2.5
अंतिम अपडेट 2023-11-28
प्रकाशन तिथि 2020-03-12
रेटिंग 2.71/5 कुल 21 रेटिंग्स
डेवलपर def00111
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/def00111/yahoo-mail-notifier/issues
समर्थित भाषाएँ 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\/"
    ]
}