X-notifier Neo

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

Cos'è X-notifier Neo?

X-notifier Neo è un'estensione di Chrome sviluppata da https://xnotifier.tobwithu.com, e la sua funzione principale è "Notifier for Gmail, iCloud, Hotmail, Yahoo, AOL and so on".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione X-notifier Neo

Scarica i file di estensione X-notifier Neo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome X-notifier Neo X-notifier Neo
ID pheccebhjjlenlidbnddkjgpgfhokmio
URL Ufficiale https://chromewebstore.google.com/detail/x-notifier-neo/pheccebhjjlenlidbnddkjgpgfhokmio
Descrizione Notifier for Gmail, iCloud, Hotmail, Yahoo, AOL and so on
Dimensione del File 146 KB
Conteggio Installazioni 4,503
Versione Corrente 3.2
Ultimo Aggiornamento 2023-10-18
Data di Pubblicazione 2020-04-22
Valutazione 2.99/5 Totale 139 Valutazioni
Sviluppatore https://xnotifier.tobwithu.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://xnotifier.tobwithu.com/
URL della Pagina di Aiuto http://xnotifier.tobwithu.com/dp/forum/10
URL della Pagina della Politica sulla Privacy http://xnotifier.tobwithu.com/privacy.php
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}