Remindly for Chrome

Never let an email slip through the cracks. Ever.

Что такое Remindly for Chrome?

Remindly for Chrome - это расширение Chrome, разработанное Remindly, и его основная функция - "Never let an email slip through the cracks. Ever.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Remindly for Chrome

Скачайте файлы расширений Remindly for Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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]                    

Основная информация о расширении

Название Remindly for Chrome Remindly for Chrome
ID ajcdfbalalleedbcedkmabdgijedabef
Официальный URL https://chromewebstore.google.com/detail/remindly-for-chrome/ajcdfbalalleedbcedkmabdgijedabef
Описание Never let an email slip through the cracks. Ever.
Размер файла 53.4 KB
Количество установок 26
Текущая Версия 0.2.1
Последнее Обновление 2021-10-15
Дата публикации 2021-06-04
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Remindly
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://remindly.cc
URL страницы политики конфиденциальности https://remindly.cc/privacy-policy
Поддерживаемые языки 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"
}