FastReply
Reply to emails quickly!
What is FastReply?
FastReply is a Chrome extension developed by nouvellecollection, and its main feature is "Reply to emails quickly!".
Extension Screenshots
Download FastReply Extension CRX File
Download FastReply extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | FastReply |
ID | fliijnngfhaodenilkbcjnnfemljdgip |
Official URL | https://chromewebstore.google.com/detail/fastreply/fliijnngfhaodenilkbcjnnfemljdgip |
Description | Reply to emails quickly! |
File Size | 5.32 KB |
Installation Count | 61 |
Current Version | 1.04 |
Last Updated | 2020-01-14 |
Publish Date | 2020-01-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | nouvellecollection |
Payment Type | free |
Supported Languages | 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" ] } |