Outboundly - Prospecting & Cold Outreach AI

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

Hvad er Outboundly - Prospecting & Cold Outreach AI?

Outboundly - Prospecting & Cold Outreach AI er en Chrome-udvidelse udviklet af https://outboundly.app, og dens hovedfunktion er "Instantly analyze websites and LinkedIn profiles and generate personalized cold outreach messages in one click using AII".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Outboundly - Prospecting & Cold Outreach AI-udvidelses-CRX-fil

Download Outboundly - Prospecting & Cold Outreach AI-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Outboundly - Prospecting & Cold Outreach AI Outboundly - Prospecting & Cold Outreach AI
ID aclgcfmciekojimhckimdcapkejceili
Officiel URL https://chromewebstore.google.com/detail/outboundly-prospecting-co/aclgcfmciekojimhckimdcapkejceili
Beskrivelse Instantly analyze websites and LinkedIn profiles and generate personalized cold outreach messages in one click using AII
Filstørrelse 5.42 MB
Antal Installationer 1,287
Nuværende Version 2.7.5
Senest Opdateret 2024-01-30
Udgivelsesdato 2022-11-30
Bedømmelse 4.50/5 Samlet 8 Bedømmelser
Udvikler https://outboundly.app
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://outboundly.app
Hjælpeside-URL https://outboundly.app/contact/
URL til Fortrolighedspolitik Side https://outboundly.app/privacy-policy
Understøttede Sprog 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\/*"
    ]
}