X-notifier Neo

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

X-notifier Neo là gì?

X-notifier Neo 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, iCloud, 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 Neo

Tải xuống các tệp mở rộng X-notifier Neo 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, iCloud, Hotmail, Yahoo, AOL and so on

X-notifier Neo checks your webmail accounts and notifies the number of unread emails.

Features
- detect login automatically
- don't need to save password
- preview messages
- manage unread mails in one place
- support gmail multiple login

If you prefer old version, you can get it here.
http://xnotifier.tobwithu.com/history.php?br=cr                    

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

Tên X-notifier Neo X-notifier Neo
ID pheccebhjjlenlidbnddkjgpgfhokmio
URL Chính Thức https://chromewebstore.google.com/detail/x-notifier-neo/pheccebhjjlenlidbnddkjgpgfhokmio
Mô tả Notifier for Gmail, iCloud, Hotmail, Yahoo, AOL and so on
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 4,503
Phiên Bản Hiện Tại 3.2
Cập Nhật Lần Cuối 2023-10-18
Ngày Phát Hành 2020-04-22
Đánh Giá 2.99/5 Tổng số 139 Đá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/10
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": 3,
    "name": "X-notifier Neo",
    "version": "3.2",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_app_name__",
        "default_icon": {
            "19": "icon_19_gray.png",
            "38": "icon_38_gray.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "incognito": "spanning",
    "permissions": [
        "background",
        "alarms",
        "tabs",
        "notifications",
        "storage",
        "cookies",
        "declarativeNetRequest",
        "offscreen"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/xnotifier.tobwithu.com\/xn\/"
            ],
            "css": [
                "content\/style.css"
            ],
            "js": [
                "exlib\/common.js",
                "js\/ui.js",
                "content\/script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.icloud.com\/"
            ],
            "js": [
                "content\/icloud.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "res\/gmail\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}