FollowUp.cc for Gmail

Lightweight productivity suite for Gmail. The fastest way to organize your professional life.

Co je FollowUp.cc for Gmail?

FollowUp.cc for Gmail je rozšíření Chrome vyvinuté https://followup.cc, a jeho hlavní funkcí je „Lightweight productivity suite for Gmail. The fastest way to organize your professional life.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FollowUp.cc for Gmail

Stáhněte si soubory rozšíření FollowUp.cc for Gmail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Extend your inbox: Follow-up Reminders, Email Tracking, Auto Follow-up, Contacts Lookup, Send Later, Email Snooze.

An essential tool for business professionals managing tasks and developing business relationships. Install & set up in seconds. Achieve Inbox Zero. Be more productive. 


• VIEW CONTACTS AS YOUR BROWSE EMAIL
Every time you open an email, you'll see who's in it in your sidebar, all reminders or details connected to them, and everything we found about them online including data about their company.

• EMAIL REMINDERS AND RECURRING REMINDERS
Stop the sticky notes and inbox clutter, set reminders as you send email. It takes 1 click in Compose window, or BCC a special email to set a follow-up reminder.

Reminders work wherever email works. Use email to set reminders — days [email protected], [email protected] .. or timed email [email protected]. Extension works only in Gmail.

• FOLLOW UP AUTOMATICALLY
Send a chain of emails in case your recipient doesn't reply. Use our predefined templates, or set up your own.

• SEE WHEN YOUR EMAILS ARE OPENED
Use Open Tracking and confirm your emails have been successfully opened. A simple alternative to read receipts.  

• SCHEDULE EMAILS TO BE SENT IN THE FUTURE
Use send later to work on your time and schedule emails to send in the future. 

• BOOKMARK WEBPAGES FOR LATER READING
Bookmark or send yourself web pages. Add notes and schedule to arrive to your inbox at a specified time (eg. weekend).

• MANAGE REMINDERS IN GOOGLE CALENDAR
FollowUp.cc works where you work. You don't need to login to a special system to manage your data. 

• FAQ

Does FollowUp.cc work on other platforms?
Extension only works in Gmail, but our intuitive email reminders work on any email platform. 

Can I change my timezone?
Yes. Login at FollowUp.cc's webapp to change your timezone, reminder format and other settings. 

How much does it cost?
All users receive a 14 day trial of all features. Paid plans details available on https://followup.cc/pricing                    

Základní Informace o Rozšíření

Název FollowUp.cc for Gmail FollowUp.cc for Gmail
ID annoaihhfdegphdkkkbahheignkgigpd
Oficiální URL https://chromewebstore.google.com/detail/followupcc-for-gmail/annoaihhfdegphdkkkbahheignkgigpd
Popis Lightweight productivity suite for Gmail. The fastest way to organize your professional life.
Velikost souboru 4.93 MB
Počet instalací 5,723
Aktuální Verze 7.50
Poslední Aktualizace 2023-01-25
Datum Vydání 2020-01-07
Hodnocení 4.49/5 Celkem 301 Hodnocení
Vývojář https://followup.cc
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://followup.cc
URL Stránky Nápovědy https://blog.followup.cc/help-center/
URL Stránky Zásad Ochrany Soukromí https://followup.cc/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FollowUp.cc for Gmail",
    "description": "Lightweight productivity suite for Gmail. The fastest way to organize your professional life.",
    "version": "7.50",
    "minimum_chrome_version": "88",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_icon": "bookmark\/images\/fup-chrome-button.png",
        "default_title": "FollowUp on this page",
        "default_popup": "bookmark\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "gmail\/gmail.css"
            ],
            "js": [
                "gmail\/gmail.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail\/preaction\/preaction.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "scripting",
        "notifications",
        "tabs",
        "management",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.google.com\/*",
        "https:\/\/*.gmail.com\/*",
        "https:\/\/*.sentry.io\/*",
        "https:\/\/*.followup.cc\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.jpg",
                "*.gif",
                "*.svg",
                "gmail\/preaction\/preaction_script.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDhy8Dm0T+NJ7dMx2bQ7z+WmRueVAzR8dNijcLqynhug6gmXIwDm3B\/\/Tsp2G20sLZYcFw1aimtYn0ik5PX6nNsngWz8RNPPCo6xNpamxnB7VgpzSAYjHsoeZIbSi3jCG6+JcyVpP7EcmP2ChhqIKLx9Eriw9s5ERbhs+m\/rvP+cQIDAQAB"
}