FastReply
Reply to emails quickly!
Hvad er FastReply?
FastReply er en Chrome-udvidelse udviklet af nouvellecollection, og dens hovedfunktion er "Reply to emails quickly!".
Udvidelsesskærmbilleder
Download FastReply-udvidelses-CRX-fil
Download FastReply-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | FastReply |
ID | fliijnngfhaodenilkbcjnnfemljdgip |
Officiel URL | https://chromewebstore.google.com/detail/fastreply/fliijnngfhaodenilkbcjnnfemljdgip |
Beskrivelse | Reply to emails quickly! |
Filstørrelse | 5.32 KB |
Antal Installationer | 61 |
Nuværende Version | 1.04 |
Senest Opdateret | 2020-01-14 |
Udgivelsesdato | 2020-01-14 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | nouvellecollection |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |