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
Eメール [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": [
                ""
            ]
        }
    ]
}