Newman

Get simple notifications when a new gmail message arrives.

Newman क्या है?

Newman imagentleman (José Antonio Chio) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get simple notifications when a new gmail message arrives."।

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

screenshot

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

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

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

                        Get a notification if you got an email on your gmail account since the last time you checked (visited your inbox), without constant interruptions or counts of thousands of unread messages.

Usage:
-If there are no new messages the extension icon shows a blank page.
-If a message arrived the icon will turn into a red paper plane.
-You can go to your inbox by clicking the extension icon.
-The icon will only show a paper plane if something new arrived since the last time you visited gmail. 

Notes:
-The extension doesn't show the unread count (this is on purpose and meant to be a feature).
-You must be logged in gmail for the extension to work. If you aren't it will show a greyed icon with an "X".


Other works
http://imagentleman.github.io                    

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

नाम Newman Newman
ID kfmkjnidhdpmicaidofhagaklmccpdpc
आधिकारिक URL https://chromewebstore.google.com/detail/newman/kfmkjnidhdpmicaidofhagaklmccpdpc
विवरण Get simple notifications when a new gmail message arrives.
फ़ाइल का आकार 41.54 KB
स्थापना संख्या 148
वर्तमान संस्करण 13
अंतिम अपडेट 2014-02-13
प्रकाशन तिथि 2014-02-12
रेटिंग 2.67/5 कुल 3 रेटिंग्स
डेवलपर imagentleman (José Antonio Chio)
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://imagentleman.github.io
समर्थित भाषाएँ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Newman",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "version": "13",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "*:\/\/mail.google.com\/",
        "alarms",
        "tabs",
        "storage",
        "webNavigation"
    ],
    "icons": {
        "128": "icon_128.webp",
        "48": "icon_48.webp"
    },
    "browser_action": {
        "default_icon": "icon_19-empty.webp"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}