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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notifier for Gmail, Hotmail, Yahoo, AOL and so on"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में X-notifier (for Gmail™,Hotmail,Yahoo,AOL...) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } |