FastReply
Reply to emails quickly!
Apa itu FastReply?
FastReply adalah ekstensi Chrome yang dikembangkan oleh nouvellecollection, dan fitur utamanya adalah "Reply to emails quickly!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FastReply
Unduh file ekstensi FastReply dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | FastReply |
ID | fliijnngfhaodenilkbcjnnfemljdgip |
URL Resmi | https://chromewebstore.google.com/detail/fastreply/fliijnngfhaodenilkbcjnnfemljdgip |
Deskripsi | Reply to emails quickly! |
Ukuran File | 5.32 KB |
Jumlah Instalasi | 61 |
Versi Saat Ini | 1.04 |
Terakhir Diperbarui | 2020-01-14 |
Tanggal Publikasi | 2020-01-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | nouvellecollection |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |