X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)
Notifier for Gmail, Hotmail, Yahoo, AOL and so on
X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)とは何ですか?
X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)はhttps://xnotifier.tobwithu.comによって開発されたChromeの拡張機能で、その主な機能は「Notifier for Gmail, Hotmail, Yahoo, AOL and so on」です。
拡張機能のスクリーンショット
X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)拡張機能のCRXファイルをダウンロード
X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | X-notifier (for Gmail™,Hotmail,Yahoo,AOL...) |
ID | cdfjbkbddpfnoplfhceolpopfoepleco |
公式URL | https://chromewebstore.google.com/detail/x-notifier-for-gmailhotma/cdfjbkbddpfnoplfhceolpopfoepleco |
説明 | Notifier for Gmail, Hotmail, Yahoo, AOL and so on |
ファイルサイズ | 123 KB |
インストール数 | 38,929 |
現在のバージョン | 4.2.23 |
最終更新日 | 2023-05-03 |
公開日 | 2020-05-09 |
評価 | 3.99/5 合計 977 レビュー |
開発者 | https://xnotifier.tobwithu.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://xnotifier.tobwithu.com/ |
ヘルプページのURL | http://xnotifier.tobwithu.com/dp/forum/2 |
プライバシーポリシーページのURL | http://xnotifier.tobwithu.com/privacy.php |
対応言語 | 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" ] } |