Outboundly - Prospecting & Cold Outreach AI

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

Outboundly - Prospecting & Cold Outreach AI là gì?

Outboundly - Prospecting & Cold Outreach AI là một tiện ích mở rộng Chrome được phát triển bởi https://outboundly.app, và tính năng chính của nó là "Instantly analyze websites and LinkedIn profiles and generate personalized cold outreach messages in one click using AII".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Outboundly - Prospecting & Cold Outreach AI

Tải xuống các tệp mở rộng Outboundly - Prospecting & Cold Outreach AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Outboundly - Prospecting & Cold Outreach AI Outboundly - Prospecting & Cold Outreach AI
ID aclgcfmciekojimhckimdcapkejceili
URL Chính Thức https://chromewebstore.google.com/detail/outboundly-prospecting-co/aclgcfmciekojimhckimdcapkejceili
Mô tả Instantly analyze websites and LinkedIn profiles and generate personalized cold outreach messages in one click using AII
Kích Thước Tệp 5.42 MB
Số Lần Cài Đặt 1,287
Phiên Bản Hiện Tại 2.7.5
Cập Nhật Lần Cuối 2024-01-30
Ngày Phát Hành 2022-11-30
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://outboundly.app
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://outboundly.app
URL Trang Trợ Giúp https://outboundly.app/contact/
URL Trang Chính Sách Bảo Mật https://outboundly.app/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}