Auto Follow Up for Gmail by cloudHQ

Automated follow up emails and mail merge

What is Auto Follow Up for Gmail by cloudHQ?

Auto Follow Up for Gmail by cloudHQ is a Chrome extension developed by https://www.gmail-auto-follow-up.com, and its main feature is "Automated follow up emails and mail merge".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Auto Follow Up for Gmail by cloudHQ Extension CRX File

Download Auto Follow Up for Gmail by cloudHQ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Gmail Auto Follow Up is a Google Chrome Extension that helps you follow up with your clients or prospects. Just set up a sequence of emails to send to your prospects over time from your Gmail. 

✅Take advantage of all your opportunities and close more business. 
✅Save time and get more done with automated outreach emails to prospects. 
✅Always be visible to your clients in their inbox. 

Let’s say you meet a lot of people at a networking event. You want to email all of them to explore opportunities, but it’s hard to follow up with so many people. Gmail Auto Follow Up makes it easy to reach your clients. It automates the process for you with personalized emails to multiple contacts with just a few clicks. 

Features include: 

👉 Mail merge so that you can send out bulk email messages that look personalized.
👉 Simple-to-set-up, automated email responses.
👉 Email tracking so that you know who read your emails, and when. 
👉 Gmail email templates so that your emails can either be beautiful html-based templates, or just simple text-based templates. The choice is yours!
👉 Video email so that you can record yourself in an email via video so that you can "speak" to your audience.
👉 Screencasting so that you can demonstrate something on your screen. 
👉 The ability to link back to your CRM, like Salesforce.

All this, right from your Gmail account! There's no 3rd party website you'll need to learn or visit.

Whether you're a:
👨🏾‍💼A busy professional, and you want to follow up with 40 new potential clients whose cards you just picked up at a convention last week.
👩‍🏫An overworked teacher that needs to schedule 75 parent/teacher conferences.
👨🏿‍⚖️A lawyer who needs to constantly remind his clients that they need to send their emails for discovery.
👩🏽‍💼A realtor who wants to send out her latest listing to your clients.
👨🏼‍🎓A job seeker who wants to make sure that they're automatically following up with recruiters.
👰🏻🤵🏽Or maybe you’re getting married and you need to remind 150 of your friends to RSVP.

Get started today! 

cloudHQ. Helping your productivity, 1 click at a time.                    

Extension Basic Information

Name Auto Follow Up for Gmail by cloudHQ Auto Follow Up for Gmail by cloudHQ
ID omlanehmflpiihaadkghlgnbocimgokm
Official URL https://chromewebstore.google.com/detail/auto-follow-up-for-gmail/omlanehmflpiihaadkghlgnbocimgokm
Description Automated follow up emails and mail merge
File Size 204 KB
Installation Count 9,000
Current Version 1.0.0.11
Last Updated 2023-11-24
Publish Date 2020-05-09
Rating 4.79/5 Total 34 Ratings
Developer https://www.gmail-auto-follow-up.com
Email [email protected]
Payment Type in_app
Extension Website https://www.gmail-auto-follow-up.com/
Help Page URL https://support.cloudhq.net/category/browser-extensions/gmail-auto-follow-up/
Privacy Policy Page URL https://www.cloudhq.net/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "frame-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net; script-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net 'sha256-xlY73imk6IVOlYWRJuWjjjfgHfrgZSsSerx0TWQDnUc='; object-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net;",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*",
        "*"
    ],
    "browser_action": {
        "default_icon": "icons\/gmail_auto_followup.png"
    },
    "name": "Auto Follow Up for Gmail by cloudHQ",
    "short_name": "Gmail Auto Follow Up",
    "icons": {
        "128": "icons\/gmail_auto_followup.png",
        "48": "icons\/gmail_auto_followup.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-1.4.4.js",
            "javascripts\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.orecons.com\/*",
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_auto_followup.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_auto_followup_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "https:\/\/www.cloudhq.net\/*"
            ]
        }
    ],
    "version": "1.0.0.11",
    "description": "Automated follow up emails and mail merge",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/support.cloudhq.net\/",
        "https:\/\/www.cloudhq.net\/",
        "https:\/\/*.googleusercontent.com\/"
    ],
    "manifest_version": 2
}