X-notifier Neo

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

什么是X-notifier Neo?

X-notifier Neo是由https://xnotifier.tobwithu.com开发的Chrome扩展程序,该扩展的主要功能是“Notifier for Gmail, iCloud, Hotmail, Yahoo, AOL and so on”。

扩展截图

screenshot
screenshot

下载X-notifier Neo扩展crx文件

下载X-notifier Neo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 X-notifier Neo X-notifier Neo
ID pheccebhjjlenlidbnddkjgpgfhokmio
官方URL https://chromewebstore.google.com/detail/x-notifier-neo/pheccebhjjlenlidbnddkjgpgfhokmio
简介 Notifier for Gmail, iCloud, Hotmail, Yahoo, AOL and so on
文件大小 146 KB
安装次数 4,503
当前版本 3.2
更新时间 2023-10-18
上架时间 2020-04-22
评分 2.99/5 共139次评分
开发者 https://xnotifier.tobwithu.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://xnotifier.tobwithu.com/
帮助页面URL http://xnotifier.tobwithu.com/dp/forum/10
隐私政策页面URL http://xnotifier.tobwithu.com/privacy.php
支持的语言 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": [
                ""
            ]
        }
    ]
}