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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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