Remindly for Chrome

Never let an email slip through the cracks. Ever.

Wat is Remindly for Chrome?

Remindly for Chrome is een Chrome-extensie ontwikkeld door Remindly, en de belangrijkste functie is "Never let an email slip through the cracks. Ever.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Remindly for Chrome

Download Remindly for Chrome-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

                        Have you ever forget an important email reply (or one of your team did)? The kind of oversight that turned out to be costly.

Are you doing a lot of mail follow-ups? Are you running after your suppliers? Remindly is the perfect & simple tool for you.

Remindly automatically sends and tracks your email follow-up for you.  Organized events or manage a project with peace of mind, let Remindly send your follow-up for you.

Get on top of your email follow-ups. Try Remindly for free.


Features:
✓ Set a due date in one click
✓ Set a Reminder for yourself. Get notified when the time comes with your email.

COMING SOON:
✓ Set a Reminder for Other people with just a few clicks in your email. It will send a friendly reminder (at your chosen date) to the receiver to let her/him know you're expecting an answer.

✓ Easy and friendly UI
Directly select a reminder date in your email. Remindly will make sure to notify the right persons at your chosen date.


Our team started working on this chrome application when one of our clients got tired of running after its suppliers (or unreliable people) to get things done. They now get a 100% reply in time. We make sure we avoid those costly forgotten email follow-ups by using Remindly. It also helps our Project managers and Customer service to never let an email slip through the cracks, ever. This tool helps our team to give an amazing service (by never forgetting anything) and it prevents delays with their deliverables by making sure everyone involved in the process delivers on time.

And that's how we went on to make Remindly available on the chrome web store for every worker with lots of email follow-ups to do and that relies on other parties to make their project a success.

 
Find us on:
https://remindly.cc/

Have any feedback to share or feature requests? we will be happy to get in touch with you, mail us at:
[email protected]                    

Basisinformatie over de Extensie

Naam Remindly for Chrome Remindly for Chrome
ID ajcdfbalalleedbcedkmabdgijedabef
Officiële URL https://chromewebstore.google.com/detail/remindly-for-chrome/ajcdfbalalleedbcedkmabdgijedabef
Beschrijving Never let an email slip through the cracks. Ever.
Bestandsgrootte 53.4 KB
Aantal Installaties 26
Huidige Versie 0.2.1
Laatst Bijgewerkt 2021-10-15
Publicatiedatum 2021-06-04
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Remindly
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://remindly.cc
URL van de Privacybeleid Pagina https://remindly.cc/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "49",
    "author": "Openmind Technologies",
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/all.bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "css": [
                "css\/gmail.css"
            ],
            "js": [
                "js\/gmail.bundle.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Never let an email slip through the cracks. Ever.",
    "homepage_url": "https:\/\/remindly.cc",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "manifest_version": 2,
    "name": "Remindly for Chrome",
    "permissions": [
        "storage"
    ],
    "short_name": "Remindly",
    "web_accessible_resources": [
        "assets\/logo.png"
    ],
    "version": "0.2.1"
}