X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)
Notifier for Gmail, Hotmail, Yahoo, AOL and so on
Qu'est-ce que X-notifier (for Gmail™,Hotmail,Yahoo,AOL...) ?
X-notifier (for Gmail™,Hotmail,Yahoo,AOL...) est une extension Chrome développée par https://xnotifier.tobwithu.com, et sa fonction principale est "Notifier for Gmail, Hotmail, Yahoo, AOL and so on".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)
Téléchargez les fichiers d'extension X-notifier (for Gmail™,Hotmail,Yahoo,AOL...) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | X-notifier (for Gmail™,Hotmail,Yahoo,AOL...) |
ID | cdfjbkbddpfnoplfhceolpopfoepleco |
URL Officiel | https://chromewebstore.google.com/detail/x-notifier-for-gmailhotma/cdfjbkbddpfnoplfhceolpopfoepleco |
Description | Notifier for Gmail, Hotmail, Yahoo, AOL and so on |
Taille du Fichier | 123 KB |
Nombre d'Installations | 38,929 |
Version Actuelle | 4.2.23 |
Dernière Mise à Jour | 2023-05-03 |
Date de Publication | 2020-05-09 |
Évaluation | 3.99/5 Total 977 Évaluations |
Développeur | https://xnotifier.tobwithu.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://xnotifier.tobwithu.com/ |
URL de la Page d'Aide | http://xnotifier.tobwithu.com/dp/forum/2 |
URL de la Page de Politique de Confidentialité | http://xnotifier.tobwithu.com/privacy.php |
Langues Prises en Charge | 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" ] } |