Unread for GMail
Mark unread GMail emails with a color
Wat is Unread for GMail?
Unread for GMail is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Mark unread GMail emails with a color".
Extensie Screenshots
Download het CRX-bestand van de extensie Unread for GMail
Download Unread for GMail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Mark unread GMail emails with a configurable color
Basisinformatie over de Extensie
Naam | Unread for GMail |
ID | plomegjhejbkljiijcbillglidciflfl |
Officiële URL | https://chromewebstore.google.com/detail/unread-for-gmail/plomegjhejbkljiijcbillglidciflfl |
Beschrijving | Mark unread GMail emails with a color |
Bestandsgrootte | 259 KB |
Aantal Installaties | 302 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2017-08-29 |
Publicatiedatum | 2017-08-29 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |