Autobound (ChatGPT for sales emails)

Autobound's AI increases email reply rate by generating individually personalized sales emails. Try our freemium today!

Что такое Autobound (ChatGPT for sales emails)?

Autobound (ChatGPT for sales emails) - это расширение Chrome, разработанное https://autobound.ai, и его основная функция - "Autobound's AI increases email reply rate by generating individually personalized sales emails. Try our freemium today!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Autobound (ChatGPT for sales emails)

Скачайте файлы расширений Autobound (ChatGPT for sales emails) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        We get it: Researching prospects and writing personalized emails takes forever.

That's where Autobound steps in - your AI-assistant that skyrockets your reply rate by instantly writing hyper-personalized emails based on billions of third party data points.

Autobound empowers sellers, founders, and marketers to save hours daily, book more meetings, and increase revenue through:

1. Effortless Personalization: Generate highly customized emails in seconds using our Chrome Extension, or in bulk. Based on news, social, LinkedIn posts, podcast appearances, job openings, technologies used and more!

2. Access Comprehensive Contact Data: Stop overpaying for B2B contact data. With Autobound, you get access to our extensive database at no extra cost.

Anyone using Google Chrome can get started in less than 30 seconds.

➤ How it works

By instantly researching the recipient in the “To:” field in your drafted email, Autobound scours millions of data sources from across the web, then aggregates insights unique to both your email recipient and their employer.

With a single click, Autobound's AI assistant generates a list of emails, and email openers, that are proven to spark conversations.

➤ Where it works

You can use Autobound no matter what site you’re on! Our widget stays tucked away on the side of your screen, adjustable to where you want it.

We have native integrations with LinkedIn, Gmail, Outreach, and Salesloft.

For Gmail, Outreach and Salesloft

Autobound starts working when you enter a recipient’s email address into the “to” field of an email. With 1 click, you can view Autobound’s suggested emails and email openers.

On LinkedIn

When you’re viewing a person's profile, Autobound is researching them, their industry, and company behind the scenes. Similar to Gmail/Outreach/Salesloft, when you click the Autobound icon, we’ll display personalized emails, email openers, and relevant insights.

Any other website

Simply click the Autobound icon to open “Autobound Anywhere”. From here, you can enter someone’s email or LinkedIn Profile URL, and Autobound will generate personalized content.

➤ What drives our personalization

Autobound’s “listening engine” combs through the digital footprint of your email recipient, their employer, and industry to surface the most relevant insights.

Some of the insights we track…

On the INDIVIDUAL level: initiatives in current role, interests and hobbies, job changes, work anniversaries, schools attended, promotions & more. We’ll also identify experiences they share with you, such as if you both worked at the same company, live in the same city, etc.

On the COMPANY level: funding rounds, acquisitions, competitor news, press releases, company initiatives, names of customers/investors, product launches, competitive technologies used, and more.

➤ Get started today

Getting started is free, takes 30 seconds, and doesn’t require a credit card. All you have to do is install the Chrome Extension and start composing an email to a prospective customer within Gmail, Outreach, or Salesloft.

➤ Pricing

Autobound has a free version. Our paid subscription starts at $39/user/month.                    

Основная информация о расширении

Название Autobound (ChatGPT for sales emails) Autobound (ChatGPT for sales emails)
ID apmacgoajagifnflancoaenfcgmjnifc
Официальный URL https://chromewebstore.google.com/detail/autobound-chatgpt-for-sal/apmacgoajagifnflancoaenfcgmjnifc
Описание Autobound's AI increases email reply rate by generating individually personalized sales emails. Try our freemium today!
Размер файла 866 KB
Количество установок 3,717
Текущая Версия 7.1.0
Последнее Обновление 2024-02-28
Дата публикации 2023-01-25
Рейтинг 4.20/5 Всего 5 оценок
Разработчик https://autobound.ai
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.autobound.ai/
URL страницы помощи https://www.autobound.ai/post/how-autobound-works
URL страницы политики конфиденциальности https://www.autobound.ai/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "version": "7.1.0",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "incognito": "not_allowed",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "injection-module.content.js"
            ],
            "matches": [
                "*:\/\/*.salesloft.com\/*",
                "*:\/\/mail.google.com\/*",
                "*:\/\/*.outreach.io\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "js": [
                "sentry.content.js",
                "anywhere-module.content.js",
                "injection-module.content.js",
                "prospect-spotter-module.content.js",
                "rewrite-module.content.js"
            ],
            "matches": [
                "*:\/\/*.outreach.io\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "sequences-module.content.js"
            ],
            "matches": [
                "*:\/\/*.salesloft.com\/app\/people*",
                "*:\/\/*.outreach.io\/prospects*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "sentry.content.js",
                "anywhere-module.content.js",
                "prospect-spotter-module.content.js",
                "rewrite-module.content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logos\/*",
                "icons\/*",
                "*.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "48": "icons\/favicon-48x48.png",
        "128": "icons\/favicon-128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": ""
    },
    "name": "Autobound (ChatGPT for sales emails)",
    "description": "Autobound's AI increases email reply rate by generating individually personalized sales emails. Try our freemium today!",
    "externally_connectable": {
        "matches": [
            "https:\/\/app2.autobound.ai\/*"
        ]
    }
}