FastReply
Reply to emails quickly!
什么是FastReply?
FastReply是由nouvellecollection开发的Chrome扩展程序,该扩展的主要功能是“Reply to emails quickly!”。
扩展截图
下载FastReply扩展crx文件
下载FastReply扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | FastReply |
ID | fliijnngfhaodenilkbcjnnfemljdgip |
官方URL | https://chromewebstore.google.com/detail/fastreply/fliijnngfhaodenilkbcjnnfemljdgip |
简介 | Reply to emails quickly! |
文件大小 | 5.32 KB |
安装次数 | 61 |
当前版本 | 1.04 |
更新时间 | 2020-01-14 |
上架时间 | 2020-01-14 |
评分 | 5.00/5 共1次评分 |
开发者 | nouvellecollection |
付费类型 | free |
支持的语言 | 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" ] } |