Beanbag.AI

Beanbag AI is a One stop Solution to Find and Convert Leads using AI Prospecting!

Beanbag.AIคืออะไร?

Beanbag.AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://beanbag.ai และคุณลักษณะหลักของมันคือ "Beanbag AI is a One stop Solution to Find and Convert Leads using AI Prospecting!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beanbag.AI

ดาวน์โหลดไฟล์ส่วนขยาย Beanbag.AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Beanbag AI – Find Contact Info & Reach Prospects through multi-channel Outreach! The Only Contact Finder you'll ever need! 

Made for SDRs, Marketers, Account executives, Founders, and Recruiters to effortlessly scale campaigns & convert prospects faster, with a strategic edge!

 Overview 

Beanbag AI is a super powerful tool for prospecting & B2B Lead Generation. Realize the true potential of lead gen with Beanbag! 

Introducing Beanbag Chrome Extension - a simple, easy-to-use tool to unlock key contact information of your prospects on LinkedIn for faster conversions!

The key features of the Extension include:

> Global Data Coverage :

Finding prospect & company information for any geography is now easy & accurate with Beanbag. Click 'Spill Beans' to get rolling! 

>  Lead Generation : 

Use our extension to generate leads and convert prospects/candidates easily from LinkedIn! Be it recruiting or marketing, we got you covered!

> Multi-channel Outreach: 

Directly Add all the prospects from LinkedIn to Campaigns using the extension to automate campaigns using multiple channels.

 Beanbag Credits :

Beanbag uses a credit-based system to unlock contact info of your new prospects. 
Get yourself 5 phone credits, and 25 Email credits for FREE upon sign-up! 

Here, 1 credit equals full contact information of the prospect including the company info. 

So what are you waiting for, 
Get ready to experience the new age prospecting tool with multi-channel Outreach to propel your growth!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Beanbag.AI Beanbag.AI
ID bbkgkhfmppahedmkbilnjkelfgbmhbjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/beanbagai/bbkgkhfmppahedmkbilnjkelfgbmhbjd
คำอธิบาย Beanbag AI is a One stop Solution to Find and Convert Leads using AI Prospecting!
ขนาดไฟล์ 17.33 MB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.3.5.1
อัปเดตครั้งล่าสุด 2024-02-24
วันที่เผยแพร่ 2023-12-06
คะแนน 4.44/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://beanbag.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.beanbag.ai/
URL หน้านโยบายความเป็นส่วนตัว https://www.beanbag.ai/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Beanbag.AI",
    "description": "Beanbag AI is a One stop Solution to Find and Convert Leads using AI Prospecting!",
    "version": "1.3.5.1",
    "icons": {
        "16": "BeanbagIcon.png",
        "48": "BeanbagIcon.png",
        "128": "BeanbagIcon.png"
    },
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.beanbag.ai\/*"
            ],
            "js": [
                "userContent.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.beanbag.ai\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "BeanbagIcon.png",
            "48": "BeanbagIcon.png",
            "128": "BeanbagIcon.png"
        },
        "default_title": "Beanbag"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}