Remindly for Chrome

Never let an email slip through the cracks. Ever.

什么是Remindly for Chrome?

Remindly for Chrome是由Remindly开发的Chrome扩展程序,该扩展的主要功能是“Never let an email slip through the cracks. Ever.”。

扩展截图

screenshot
screenshot

下载Remindly for Chrome扩展crx文件

下载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"
}