FastReply
Reply to emails quickly!
Vad är FastReply?
FastReply är en Chrome-tillägg utvecklad av nouvellecollection, och dess huvudfunktion är "Reply to emails quickly!".
Tilläggsskärmbilder
Ladda ner FastReply-förlängningens CRX-fil
Ladda ner FastReply-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | FastReply |
ID | fliijnngfhaodenilkbcjnnfemljdgip |
Officiell webbadress | https://chromewebstore.google.com/detail/fastreply/fliijnngfhaodenilkbcjnnfemljdgip |
Beskrivning | Reply to emails quickly! |
Filstorlek | 5.32 KB |
Antal Installationer | 61 |
Aktuell Version | 1.04 |
Senast Uppdaterad | 2020-01-14 |
Publiceringsdatum | 2020-01-14 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | nouvellecollection |
Betalningssätt | free |
Stödda Språk | 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" ] } |