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. 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |