OutreachAI

Scale Your LinkedIn Networking for Sales and Recruiting Professionals

OutreachAIとは何ですか?

OutreachAIはMQ1によって開発されたChromeの拡張機能で、その主な機能は「Scale Your LinkedIn Networking for Sales and Recruiting Professionals」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

OutreachAI拡張機能のCRXファイルをダウンロード

OutreachAI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        See Your LinkedIn Profile through “an OutreachAI lense”. The most effective and fastest way to scale your outreach on LinkedIn…all through our very easy to navigate sidebar chrome extension. Oh and this can be done while you’re asleep!

✅	Automated Lead Generation: Let OutreachAI streamline your LinkedIn outreach, nurturing relationships and delivering consistent leads.
✅	Focus on Sales and Recruiting: With OutreachAI handling the outreach, your time is free to convert leads into opportunities and commission.

What’s Included with OutreachAI? How is OutreachAI different from other solutions?

✅	Easy Setup: Install OutreachAI and there’s a free trial!
✅	Safety: Target your ideal prospect and ensures your account's safety within all activities on LinkedIn.
✅	Campaigns: Engage with prospects effectively: Launch campaigns that send personalized LinkedIn connection requests, like their posts, endorse their skills, follow their profile and of course messaging! Tailored, and timed to perfection. Share these campaigns with your team for collaborative lead generation.
✅	Messaging: Write your own message from scratch with placeholders to scale OR utilize AI to generate messages OR improve messages for you with templates included.
✅	Sales Analytics: An accurate dashboard that shows you the updates on performance of each campaign and the total of all the campaigns you are executing. 
✅	Leads: Utilize your own LinkedIn search for prospects and click our leads to add the number of prospects to each specific lead label.
✅	User Interface: No need to toggle between browsers or ever leave LinkedIn. In a few clicks, you can upload your leads, create a campaign, and start receiving responses from your prospects while you’re sleeping!

Choose Your Plan: OutreachAI offers various plans including Starter, Pro, Growth and Team plans depending on your LinkedIn needs.

You do not need a LinkedIn premium membership for OutreachAI (Sales Navigator, LinkedIn Recruiter, etc).                    

拡張機能の基本情報

名前 OutreachAI OutreachAI
ID dflaihboigogikfpkgkoniicfoojcfbc
公式URL https://chromewebstore.google.com/detail/outreachai/dflaihboigogikfpkgkoniicfoojcfbc
説明 Scale Your LinkedIn Networking for Sales and Recruiting Professionals
ファイルサイズ 1.87 MB
インストール数 636
現在のバージョン 1.3.6
最終更新日 2024-02-27
公開日 2022-07-12
評価 4.00/5 合計 7 レビュー
開発者 MQ1
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://outreachai.co/
ヘルプページのURL https://docs.google.com/forms/d/e/1FAIpQLScoXKpjoMozta4qEwfEqQbb0ml0JAwiawdRMv6zxeDP_hBDcQ/viewform?usp=sf_link
プライバシーポリシーページのURL https://www.outreachai.co/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OutreachAI",
    "description": "Scale Your LinkedIn Networking for Sales and Recruiting Professionals",
    "version": "1.3.6",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "images\/outreach-logo.png"
    },
    "icons": {
        "16": "images\/outreach-logo.png",
        "48": "images\/outreach-logo.png",
        "128": "images\/outreach-logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "client\/build\/index.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        },
        {
            "resources": [
                "client\/build\/static\/media\/*.png",
                "client\/static\/media\/*.svg",
                "client\/static\/media\/*.gif",
                "client\/static\/media\/*.ttf"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/www.linkedin.com\/*",
        "*:\/\/*.outreachai.co\/*"
    ]
}