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

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

X-notifier (for Gmail™,Hotmail,Yahoo,AOL...) là gì?

X-notifier (for Gmail™,Hotmail,Yahoo,AOL...) là một tiện ích mở rộng Chrome được phát triển bởi https://xnotifier.tobwithu.com, và tính năng chính của nó là "Notifier for Gmail, Hotmail, Yahoo, AOL and so on".

Ả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 X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)

Tải xuống các tệp mở rộng X-notifier (for Gmail™,Hotmail,Yahoo,AOL...) 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

                        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                    

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

Tên X-notifier (for Gmail™,Hotmail,Yahoo,AOL...) X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)
ID cdfjbkbddpfnoplfhceolpopfoepleco
URL Chính Thức https://chromewebstore.google.com/detail/x-notifier-for-gmailhotma/cdfjbkbddpfnoplfhceolpopfoepleco
Mô tả Notifier for Gmail, Hotmail, Yahoo, AOL and so on
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 38,929
Phiên Bản Hiện Tại 4.2.23
Cập Nhật Lần Cuối 2023-05-03
Ngày Phát Hành 2020-05-09
Đánh Giá 3.99/5 Tổng số 977 Đánh Giá
Nhà Phát Triển https://xnotifier.tobwithu.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://xnotifier.tobwithu.com/
URL Trang Trợ Giúp http://xnotifier.tobwithu.com/dp/forum/2
URL Trang Chính Sách Bảo Mật http://xnotifier.tobwithu.com/privacy.php
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}