Remindly for Chrome

Never let an email slip through the cracks. Ever.

Qu'est-ce que Remindly for Chrome ?

Remindly for Chrome est une extension Chrome développée par Remindly, et sa fonction principale est "Never let an email slip through the cracks. Ever.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Remindly for Chrome

Téléchargez les fichiers d'extension Remindly for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Remindly for Chrome Remindly for Chrome
ID ajcdfbalalleedbcedkmabdgijedabef
URL Officiel https://chromewebstore.google.com/detail/remindly-for-chrome/ajcdfbalalleedbcedkmabdgijedabef
Description Never let an email slip through the cracks. Ever.
Taille du Fichier 53.4 KB
Nombre d'Installations 26
Version Actuelle 0.2.1
Dernière Mise à Jour 2021-10-15
Date de Publication 2021-06-04
Évaluation 5.00/5 Total 3 Évaluations
Développeur Remindly
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://remindly.cc
URL de la Page de Politique de Confidentialité https://remindly.cc/privacy-policy
Langues Prises en Charge 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"
}