Unread for GMail
Mark unread GMail emails with a color
Unread for GMail क्या है?
Unread for GMail Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mark unread GMail emails with a color"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unread for GMail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Mark unread GMail emails with a configurable color
एक्सटेंशन की मूल जानकारी
नाम | Unread for GMail |
ID | plomegjhejbkljiijcbillglidciflfl |
आधिकारिक URL | https://chromewebstore.google.com/detail/unread-for-gmail/plomegjhejbkljiijcbillglidciflfl |
विवरण | Mark unread GMail emails with a color |
फ़ाइल का आकार | 259 KB |
स्थापना संख्या | 302 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2017-08-29 |
प्रकाशन तिथि | 2017-08-29 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unread for GMail", "version": "1.0.0", "manifest_version": 2, "description": "Mark unread GMail emails with a color", "homepage_url": "https:\/\/www.linkedin.com\/in\/sachinmrao", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_ui": { "page": "src\/options_custom\/index.html", "chrome_style": true }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |