Auto Follow Up for Gmail by cloudHQ

Automated follow up emails and mail merge

什么是Auto Follow Up for Gmail by cloudHQ?

Auto Follow Up for Gmail by cloudHQ是由https://www.gmail-auto-follow-up.com开发的Chrome扩展程序,该扩展的主要功能是“Automated follow up emails and mail merge”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Auto Follow Up for Gmail by cloudHQ扩展crx文件

下载Auto Follow Up for Gmail by cloudHQ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Auto Follow Up for Gmail by cloudHQ Auto Follow Up for Gmail by cloudHQ
ID omlanehmflpiihaadkghlgnbocimgokm
官方URL https://chromewebstore.google.com/detail/auto-follow-up-for-gmail/omlanehmflpiihaadkghlgnbocimgokm
简介 Automated follow up emails and mail merge
文件大小 204 KB
安装次数 9,000
当前版本 1.0.0.11
更新时间 2023-11-24
上架时间 2020-05-09
评分 4.79/5 共34次评分
开发者 https://www.gmail-auto-follow-up.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.gmail-auto-follow-up.com/
帮助页面URL https://support.cloudhq.net/category/browser-extensions/gmail-auto-follow-up/
隐私政策页面URL https://www.cloudhq.net/privacy
支持的语言 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
}