Gmail Checker Lite (multi-account)

Does what it says. Supports up to two accounts at the same time. No fancy features.

Gmail Checker Lite (multi-account) क्या है?

Gmail Checker Lite (multi-account) https://rafael.pt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Does what it says. Supports up to two accounts at the same time. No fancy features."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gmail Checker Lite (multi-account) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A simple extension that checks your Gmail inbox and displays the unread count with a nice icon/badge. Also, sound notifications available. Probably one of the few that let you choose the feed you want. 'Primary' or 'All e-mail' are the ones available! Supports the new Inbox from Google and you have up to two accounts at the same time being checked password-less, which is great!

Changelog:
[0.3.x]
- MULTI ACCOUNT SUPPORT! Hell yeah, finally.

[0.2.7]
- New icons
- Retina support

[0.2.6]
- Hotfix for the new feature. Added proper default values.
- Added new permissions for inbox.google.com

[0.2.5]
- New feature: added support for the new Google Inbox. Choose your default app in the options page! Gmail users, don't worry, it's the default app.

[0.2.4]
- New feature: choose your feed. 'Primary' category and 'All e-mails' available!

[0.2.3]
- Minor improvements
- Enhancement: always check the primary account inbox

[0.2.2]
- New feature: icon click behaviour now can be changed to open the primary account tab or the first gmail.com found in the list.

[0.2.1]
- Core methods refactored
- Fixed bug related with the check cycle
 
[0.2.0]
- New feature: sound notifications for everyone. Take your eyes off the screen.

[0.1.2]
- Added "Options" page with alternative icons and check-cycles

[0.0.2]
- First release

About:
Yes, it's open source. You can contribute to the development here: https://github.com/rafaqueque/gmail-checker-lite                    

एक्सटेंशन की मूल जानकारी

नाम Gmail Checker Lite (multi-account) Gmail Checker Lite (multi-account)
ID ehecgbjlfigjeeapplnmliblgpkjaeme
आधिकारिक URL https://chromewebstore.google.com/detail/gmail-checker-lite-multi/ehecgbjlfigjeeapplnmliblgpkjaeme
विवरण Does what it says. Supports up to two accounts at the same time. No fancy features.
फ़ाइल का आकार 114 KB
स्थापना संख्या 2,288
वर्तमान संस्करण 0.3.1
अंतिम अपडेट 2015-02-18
प्रकाशन तिथि 2015-02-17
रेटिंग 4.55/5 कुल 38 रेटिंग्स
डेवलपर https://rafael.pt
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://rafael.pt
सहायता पृष्ठ URL http://rafael.pt
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Checker Lite (multi-account)",
    "description": "Does what it says. Supports up to two accounts at the same time. No fancy features.",
    "version": "0.3.1",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "http:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "http:\/\/inbox.google.com\/",
        "tabs"
    ],
    "icons": {
        "128": "img\/icon_dark_retina.png"
    },
    "browser_action": {
        "default_title": "Gmail Checker Lite",
        "default_icon": {
            "19": "img\/icon_dark.png",
            "38": "img\/icon_dark_retina.png"
        }
    }
}