ShowSubjectGmail
Always show the subject field when replying in Gmail!
Cos'è ShowSubjectGmail?
ShowSubjectGmail è un'estensione di Chrome sviluppata da nouvellecollection, e la sua funzione principale è "Always show the subject field when replying in Gmail!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ShowSubjectGmail
Scarica i file di estensione ShowSubjectGmail 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
When replying to an email in Gmail, the "subject" field is not displayed by default. Fix this with tiny "ShowSubjectGmail" extension. Tiny? Yes, it's only 2 KB! Contact: [email protected]
Informazioni di Base sull'Estensione
Nome | ShowSubjectGmail |
ID | hcgpoobeoeoahbhfcdabdjciflibpdal |
URL Ufficiale | https://chromewebstore.google.com/detail/showsubjectgmail/hcgpoobeoeoahbhfcdabdjciflibpdal |
Descrizione | Always show the subject field when replying in Gmail! |
Dimensione del File | 3.12 KB |
Conteggio Installazioni | 1,543 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-06-13 |
Data di Pubblicazione | 2018-06-13 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | nouvellecollection |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShowSubjectGmail", "version": "1.0", "description": "Always show the subject field when replying in Gmail!", "content_scripts": [ { "css": [ "fix.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "manifest_version": 2, "permissions": [ "*:\/\/*\/*" ] } |