RightLabel for Gmail™

This extension moves labels of email subjects to the right side.

Cos'è RightLabel for Gmail™?

RightLabel for Gmail™ è un'estensione di Chrome sviluppata da Mikhail Nasyrov, e la sua funzione principale è "This extension moves labels of email subjects to the right side.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RightLabel for Gmail™

Scarica i file di estensione RightLabel for Gmail™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Source code: https://github.com/mnasyrov/gmail-rightlabel                    

Informazioni di Base sull'Estensione

Nome RightLabel for Gmail™ RightLabel for Gmail™
ID acaeocdadbbalpdgajoblofgidngdfaf
URL Ufficiale https://chrome.google.com/webstore/detail/rightlabel-for-gmail/acaeocdadbbalpdgajoblofgidngdfaf
Descrizione This extension moves labels of email subjects to the right side.
Dimensione del File 18.49 KB
Conteggio Installazioni 301
Versione Corrente 0.0.2.1
Ultimo Aggiornamento 2018-05-31
Data di Pubblicazione 2018-05-25
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Mikhail Nasyrov
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mnasyrov/gmail-rightlabel
URL della Pagina di Aiuto https://github.com/mnasyrov/gmail-rightlabel/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RightLabel for Gmail\u2122",
    "version": "0.0.2.1",
    "manifest_version": 2,
    "description": "This extension moves labels of email subjects to the right side.",
    "permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "run-at": "document_end"
        }
    ]
}