X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)

Notifier for Gmail, Hotmail, Yahoo, AOL and so on

ما هو X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)؟

X-notifier (for Gmail™,Hotmail,Yahoo,AOL...) هو إضافة Chrome تم تطويرها بواسطة https://xnotifier.tobwithu.com، والميزة الرئيسية لها هي "Notifier for Gmail, Hotmail, Yahoo, AOL and so on".

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

screenshot
screenshot

تحميل ملف CRX للإضافة X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)

قم بتنزيل ملفات الامتداد X-notifier (for Gmail™,Hotmail,Yahoo,AOL...) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Notifier for Gmail, Hotmail, Yahoo, AOL and so on

X-notifier checks your webmail accounts and notifies the number of unread emails.
Notification is not confined to webmails.
You can also get notification for over one hundred sites including Facebook, Twitter, LinkedIn, etc by installing scripts.
You can get scripts from http://xnotifier.tobwithu.com/scripts.php

Features
- mail notification
- support userscript for other webmails
- support multiple Google Accounts
- account switching
- auto login
- ....... and so on                    

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

الاسم X-notifier (for Gmail™,Hotmail,Yahoo,AOL...) X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)
ID cdfjbkbddpfnoplfhceolpopfoepleco
عنوان URL الرسمي https://chromewebstore.google.com/detail/x-notifier-for-gmailhotma/cdfjbkbddpfnoplfhceolpopfoepleco
الوصف Notifier for Gmail, Hotmail, Yahoo, AOL and so on
حجم الملف 123 KB
عدد التثبيتات 38,929
النسخة الحالية 4.2.23
آخر تحديث 2023-05-03
تاريخ النشر 2020-05-09
تقييم 3.99/5 مجموع تقييمات 977
المطور https://xnotifier.tobwithu.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://xnotifier.tobwithu.com/
عنوان صفحة المساعدة http://xnotifier.tobwithu.com/dp/forum/2
عنوان صفحة سياسة الخصوصية http://xnotifier.tobwithu.com/privacy.php
اللغات المدعومة en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "X-notifier (for Gmail\u2122,Hotmail,Yahoo,AOL...)",
    "short_name": "X-notifier",
    "version": "4.2.23",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_app_name__",
        "default_icon": "icon_no_msg.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "cookies",
        "storage",
        "chrome:\/\/favicon\/",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "webRequestBlocking"
    ],
    "sandbox": {
        "pages": [
            "js\/sandbox\/index.html"
        ]
    },
    "web_accessible_resources": [
        "icon_48.png"
    ]
}