Outboundly - Prospecting & Cold Outreach AI

Instantly analyze websites and LinkedIn profiles and generate personalized cold outreach messages in one click using AII

Co to jest Outboundly - Prospecting & Cold Outreach AI?

Outboundly - Prospecting & Cold Outreach AI to rozszerzenie Chrome opracowane przez https://outboundly.app, a jego główną funkcją jest „Instantly analyze websites and LinkedIn profiles and generate personalized cold outreach messages in one click using AII”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Outboundly - Prospecting & Cold Outreach AI

Pobierz pliki rozszerzeń Outboundly - Prospecting & Cold Outreach AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Introducing Outboundly - your fast track to revolutionized outreach. This next-gen, AI-powered Chrome extension is designed to turn insights into messages in an instant! 

Outboundly delves deep into data from various platforms such as LinkedIn profiles, company websites, social media feeds, and now, with our new automation feature for Sales Navigator! This cutting-edge addition allows users to seamlessly integrate Sales Navigator insights, enabling rapid generation of outreach messages tailored to the prospect's recent activities, interests, and Sales Navigator interactions.

Just open Outboundly on any webpage, hit 'compose,' provide some context and a call-to-action. In just one click, watch as our AI crafts a highly targeted outreach message.

For LinkedIn users, we offer even more ease. Find our 'generate' button within the LinkedIn message box for seamless personalization.

Outboundly comes equipped with nine unique modes:

1️⃣ General Mode: Ideal for users seeking versatile outreach messages for any occasion - be it networking, collaboration, or introduction. The mode generates well-crafted, engaging messages that resonate with your prospect's professional interests and background.

2️⃣ Pitch Mode: Tailored for salespeople and entrepreneurs, this mode crafts highly targeted pitches for potential customers based on their LinkedIn profile, pain points, and interests, highlighting the value your product or service offers them.

3️⃣ Template Mode: Offers you greater control over your outreach messages. Upload a sample message, and Outboundly will use AI to personalize it for each recipient.

4️⃣ Connection Request Mode: Simplifies expanding your network by generating tailored connection requests that harmonize with your prospect's profile, hence boosting acceptance rates.

5️⃣ Recruiter Mode: Crafted for recruiters, this mode generates messages that address candidates' experience and aspirations, thereby maximizing your chances of finding the right talent.

6️⃣ Custom Mode: Allows you to specify the personalization elements for your messages, ensuring a unique outreach that increases engagement and response rates.

7️⃣ Starter Mode: Perfect for outreach beginners, this mode creates three conversation starters tailored to the prospect's professional background and interests to initiate meaningful conversations.

8️⃣ Brainstorm Mode: Generates a user summary, sales strategies, and message ideas based on an analysis of the user profile - ideal when you prefer to take the reins of your outreach.

9️⃣ Sales Navigator Automation: Harness the power of LinkedIn's Sales Navigator with this mode. Automatically fetch and analyze data from Sales Navigator, crafting messages that align with the prospect's recent interactions and insights.

Outboundly redefines outreach by letting you craft personalized messages instantly that captivate attention and build relationships. Leverage the power of data-driven personalization with Outboundly to transform your outreach strategy.                    

Podstawowe informacje o rozszerzeniu

Nazwa Outboundly - Prospecting & Cold Outreach AI Outboundly - Prospecting & Cold Outreach AI
ID aclgcfmciekojimhckimdcapkejceili
Oficjalny URL https://chromewebstore.google.com/detail/outboundly-prospecting-co/aclgcfmciekojimhckimdcapkejceili
Opis Instantly analyze websites and LinkedIn profiles and generate personalized cold outreach messages in one click using AII
Rozmiar pliku 5.42 MB
Liczba instalacji 1,287
Aktualna Wersja 2.7.5
Ostatnia Aktualizacja 2024-01-30
Data Publikacji 2022-11-30
Ocena 4.50/5 Łącznie 8 Oceny
Deweloper https://outboundly.app
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://outboundly.app
Adres URL Strony Pomocy https://outboundly.app/contact/
Adres URL Strony Polityki Prywatności https://outboundly.app/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Outboundly - Prospecting & Cold Outreach AI",
    "description": "Instantly analyze websites and LinkedIn profiles and generate personalized cold outreach messages in one click using AII",
    "version": "2.7.5",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "match_origin_as_fallback": true,
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "css": [
                "contentscript.css"
            ],
            "type": "module"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "automation-status.html",
                "makeDetail.svg",
                "makeNeutral.svg",
                "makeShorter.svg",
                "moreCasual.svg",
                "moreEngaging.svg",
                "moreFreindly.svg",
                "moreProf.svg",
                "moreWitty.svg",
                "customCom.svg",
                "dragLogo.svg",
                "l1.png",
                "clickme.svg",
                "compose.svg",
                "salesnavigator.svg",
                "connects.svg",
                "profileOut.svg",
                "clickme.png",
                "customInst.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": {
            "128": "128.png"
        },
        "default_title": "Outboundly"
    },
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "tabs",
        "notifications",
        "unlimitedStorage",
        "clipboardWrite"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*"
    ]
}