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 |
官方網址 | 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" ] } |