Auto Follow Up for Gmail by cloudHQ

Automated follow up emails and mail merge

Was ist Auto Follow Up for Gmail by cloudHQ?

Auto Follow Up for Gmail by cloudHQ ist eine Chrome-Erweiterung, die von https://www.gmail-auto-follow-up.com entwickelt wurde, und ihr Hauptmerkmal ist "Automated follow up emails and mail merge".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Auto Follow Up for Gmail by cloudHQ-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto Follow Up for Gmail by cloudHQ-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Auto Follow Up for Gmail by cloudHQ Auto Follow Up for Gmail by cloudHQ
ID omlanehmflpiihaadkghlgnbocimgokm
Offizielle URL https://chromewebstore.google.com/detail/auto-follow-up-for-gmail/omlanehmflpiihaadkghlgnbocimgokm
Beschreibung Automated follow up emails and mail merge
Dateigröße 204 KB
Installationsanzahl 9,000
Aktuelle Version 1.0.0.11
Letztes Update 2023-11-24
Veröffentlichungsdatum 2020-05-09
Bewertung 4.79/5 Insgesamt 34 Bewertungen
Entwickler https://www.gmail-auto-follow-up.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.gmail-auto-follow-up.com/
Hilfeseite URL https://support.cloudhq.net/category/browser-extensions/gmail-auto-follow-up/
URL der Datenschutzrichtlinien-Seite https://www.cloudhq.net/privacy
Unterstützte Sprachen 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
}