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
官方網址 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
}