Outboundly - Prospecting & Cold Outreach AI

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

Qu'est-ce que Outboundly - Prospecting & Cold Outreach AI ?

Outboundly - Prospecting & Cold Outreach AI est une extension Chrome développée par https://outboundly.app, et sa fonction principale est "Instantly analyze websites and LinkedIn profiles and generate personalized cold outreach messages in one click using AII".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Outboundly - Prospecting & Cold Outreach AI

Téléchargez les fichiers d'extension Outboundly - Prospecting & Cold Outreach AI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Outboundly - Prospecting & Cold Outreach AI Outboundly - Prospecting & Cold Outreach AI
ID aclgcfmciekojimhckimdcapkejceili
URL Officiel https://chromewebstore.google.com/detail/outboundly-prospecting-co/aclgcfmciekojimhckimdcapkejceili
Description Instantly analyze websites and LinkedIn profiles and generate personalized cold outreach messages in one click using AII
Taille du Fichier 5.42 MB
Nombre d'Installations 1,287
Version Actuelle 2.7.5
Dernière Mise à Jour 2024-01-30
Date de Publication 2022-11-30
Évaluation 4.50/5 Total 8 Évaluations
Développeur https://outboundly.app
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://outboundly.app
URL de la Page d'Aide https://outboundly.app/contact/
URL de la Page de Politique de Confidentialité https://outboundly.app/privacy-policy
Langues Prises en Charge 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\/*"
    ]
}