FastReply
Reply to emails quickly!
Cos'è FastReply?
FastReply è un'estensione di Chrome sviluppata da nouvellecollection, e la sua funzione principale è "Reply to emails quickly!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FastReply
Scarica i file di estensione FastReply 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
Reply to emails with FastReply! It's lightning-fast. This is a 5 KB browser extension that will save you countless hours of email writing.
Informazioni di Base sull'Estensione
Nome | FastReply |
ID | fliijnngfhaodenilkbcjnnfemljdgip |
URL Ufficiale | https://chromewebstore.google.com/detail/fastreply/fliijnngfhaodenilkbcjnnfemljdgip |
Descrizione | Reply to emails quickly! |
Dimensione del File | 5.32 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 1.04 |
Ultimo Aggiornamento | 2020-01-14 |
Data di Pubblicazione | 2020-01-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | nouvellecollection |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FastReply", "version": "1.04", "description": "Reply to emails quickly!", "content_scripts": [ { "js": [ "run.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "FastReply" }, "manifest_version": 2, "options_page": "options.html", "permissions": [ "*:\/\/*\/*", "storage" ] } |