X-notifier Neo

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

Was ist X-notifier Neo?

X-notifier Neo ist eine Chrome-Erweiterung, die von https://xnotifier.tobwithu.com entwickelt wurde, und ihr Hauptmerkmal ist "Notifier for Gmail, iCloud, Hotmail, Yahoo, AOL and so on".

Erweiterungsscreenshots

screenshot
screenshot

X-notifier Neo-Erweiterungs-CRX-Datei herunterladen

Laden Sie X-notifier Neo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name X-notifier Neo X-notifier Neo
ID pheccebhjjlenlidbnddkjgpgfhokmio
Offizielle URL https://chromewebstore.google.com/detail/x-notifier-neo/pheccebhjjlenlidbnddkjgpgfhokmio
Beschreibung Notifier for Gmail, iCloud, Hotmail, Yahoo, AOL and so on
Dateigröße 146 KB
Installationsanzahl 4,503
Aktuelle Version 3.2
Letztes Update 2023-10-18
Veröffentlichungsdatum 2020-04-22
Bewertung 2.99/5 Insgesamt 139 Bewertungen
Entwickler https://xnotifier.tobwithu.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://xnotifier.tobwithu.com/
Hilfeseite URL http://xnotifier.tobwithu.com/dp/forum/10
URL der Datenschutzrichtlinien-Seite http://xnotifier.tobwithu.com/privacy.php
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}