FastReply
Reply to emails quickly!
Wat is FastReply?
FastReply is een Chrome-extensie ontwikkeld door nouvellecollection, en de belangrijkste functie is "Reply to emails quickly!".
Extensie Screenshots
Download het CRX-bestand van de extensie FastReply
Download FastReply-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fliijnngfhaodenilkbcjnnfemljdgip |
| Officiële URL | https://chromewebstore.google.com/detail/fastreply/fliijnngfhaodenilkbcjnnfemljdgip |
| Beschrijving | Reply to emails quickly! |
| Bestandsgrootte | 5.32 KB |
| Aantal Installaties | 61 |
| Huidige Versie | 1.04 |
| Laatst Bijgewerkt | 2020-01-14 |
| Publicatiedatum | 2020-01-14 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | nouvellecollection |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |