Alert
Alert for Gmail
Alert क्या है?
Alert Daniel Lvovsky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Alert for Gmail"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Alert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Alert for Gmail is a Chrome extension that notifies you for any new emails that are in your inbox without having the need to constantly check your inbox. When a new email arrives in your inbox this extension gives you a notification where you can view the message. Also Alert offers many other features such as viewing the email in your inbox, deleting and marking the email as read. Alert also supports many accounts at once. Also if you are on your desktop Alert will send you a notification there too. Alert features a dark mode interface so it's easier to look at the messages you recieve.
एक्सटेंशन की मूल जानकारी
नाम | Alert |
ID | njaeaemciiokfpolomebdlppcafjchod |
आधिकारिक URL | https://chromewebstore.google.com/detail/alert/njaeaemciiokfpolomebdlppcafjchod |
विवरण | Alert for Gmail |
फ़ाइल का आकार | 528 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2020-10-30 |
प्रकाशन तिथि | 2020-10-30 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Daniel Lvovsky |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://alertforgmail.netlify.app/ |
सहायता पृष्ठ URL | https://alertforgmail.netlify.app/#t4 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alert", "short_name": "Alert", "description": "Alert for Gmail", "author": "Daniel Lvovsky", "version": "0.0.1", "manifest_version": 2, "default_locale": "en", "permissions": [ "*:\/\/mail.google.com\/mail\/", "*:\/\/mail.google.com\/sync\/", "tabs", "notifications", "contextMenus", "webRequest", "storage" ], "web_accessible_resources": [ "notification.png" ], "browser_action": { "default_icon": { "16": "data\/icons\/blue\/16.png", "18": "data\/icons\/blue\/18.png", "19": "data\/icons\/blue\/19.png", "32": "data\/icons\/blue\/32.png" } }, "background": { "page": "lib\/wrapper\/chrome\/background.html" }, "options_ui": false, "homepage_url": "https:\/\/alertforgmail.netlify.app\/", "icons": { "16": "data\/icons\/red\/16.png", "18": "data\/icons\/red\/18.png", "19": "data\/icons\/red\/19.png", "32": "data\/icons\/red\/32.png", "48": "data\/icons\/red\/48.png", "64": "data\/icons\/red\/64.png", "128": "data\/icons\/red\/128.png" } } |