Google Mail Checker

Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.

Google Mail Checker क्या है?

Google Mail Checker https://google.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox."।

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

screenshot
screenshot

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

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

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

                                            

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

नाम Google Mail Checker Google Mail Checker
ID mihcahmgecmbnbcchbopgniflfhgnkff
आधिकारिक URL https://chromewebstore.google.com/detail/google-mail-checker/mihcahmgecmbnbcchbopgniflfhgnkff
विवरण Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.
फ़ाइल का आकार 44.44 KB
स्थापना संख्या 3,190,562
वर्तमान संस्करण 4.4.0
अंतिम अपडेट 2012-10-05
प्रकाशन तिथि 2012-10-04
रेटिंग 4.13/5 कुल 26736 रेटिंग्स
डेवलपर https://google.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,de,en,en-GB,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "gmail_not_logged_in.png"
    },
    "default_locale": "en",
    "description": "__MSG_gmailcheck_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "name": "__MSG_gmailcheck_name__",
    "permissions": [
        "alarms",
        "tabs",
        "webNavigation",
        "*:\/\/*.google.com\/"
    ],
    "version": "4.4.0",
    "manifest_version": 2
}