X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)
Notifier for Gmail, Hotmail, Yahoo, AOL and so on
Wat is X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)?
X-notifier (for Gmail™,Hotmail,Yahoo,AOL...) is een Chrome-extensie ontwikkeld door https://xnotifier.tobwithu.com, en de belangrijkste functie is "Notifier for Gmail, Hotmail, Yahoo, AOL and so on".
Extensie Screenshots
Download het CRX-bestand van de extensie X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)
Download X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Notifier for Gmail, Hotmail, Yahoo, AOL and so on X-notifier checks your webmail accounts and notifies the number of unread emails. Notification is not confined to webmails. You can also get notification for over one hundred sites including Facebook, Twitter, LinkedIn, etc by installing scripts. You can get scripts from http://xnotifier.tobwithu.com/scripts.php Features - mail notification - support userscript for other webmails - support multiple Google Accounts - account switching - auto login - ....... and so on
Basisinformatie over de Extensie
Naam | X-notifier (for Gmail™,Hotmail,Yahoo,AOL...) |
ID | cdfjbkbddpfnoplfhceolpopfoepleco |
Officiële URL | https://chromewebstore.google.com/detail/x-notifier-for-gmailhotma/cdfjbkbddpfnoplfhceolpopfoepleco |
Beschrijving | Notifier for Gmail, Hotmail, Yahoo, AOL and so on |
Bestandsgrootte | 123 KB |
Aantal Installaties | 38,929 |
Huidige Versie | 4.2.23 |
Laatst Bijgewerkt | 2023-05-03 |
Publicatiedatum | 2020-05-09 |
Beoordeling | 3.99/5 Totaal 977 Beoordelingen |
Ontwikkelaar | https://xnotifier.tobwithu.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://xnotifier.tobwithu.com/ |
Help Pagina-URL | http://xnotifier.tobwithu.com/dp/forum/2 |
URL van de Privacybeleid Pagina | http://xnotifier.tobwithu.com/privacy.php |
Ondersteunde Talen | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "X-notifier (for Gmail\u2122,Hotmail,Yahoo,AOL...)", "short_name": "X-notifier", "version": "4.2.23", "description": "__MSG_app_description__", "default_locale": "en", "browser_action": { "default_title": "__MSG_app_name__", "default_icon": "icon_no_msg.png", "default_popup": "popup.html" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "tabs", "notifications", "cookies", "storage", "chrome:\/\/favicon\/", "http:\/\/*\/", "https:\/\/*\/", "webRequest", "webRequestBlocking" ], "sandbox": { "pages": [ "js\/sandbox\/index.html" ] }, "web_accessible_resources": [ "icon_48.png" ] } |