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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |