SalesBoom.AI

Harnessing generative AI for personalized outreach

SalesBoom.AIคืออะไร?

SalesBoom.AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SalesBoom.AI และคุณลักษณะหลักของมันคือ "Harnessing generative AI for personalized outreach"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        SPEND YOUR TIME ON REVENUE GENERATING ACTIVITY.

We built you a tool to create personalized outreach - faster, better, and at scale. Get time back in your day to actually sell. Create more pipeline, book more meetings, and win deals faster.

It's simple. Tell us who you are. Tell us who you're reaching out to. Boom! Your email is ready for review.

Welcome to Salesboom, your AI-backed outreach assistant.                    

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

ชื่อ SalesBoom.AI SalesBoom.AI
ID gjaljlinhfflplcmecomilhdofpfjioc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesboomai/gjaljlinhfflplcmecomilhdofpfjioc
คำอธิบาย Harnessing generative AI for personalized outreach
ขนาดไฟล์ 3.31 MB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2023-03-07
วันที่เผยแพร่ 2023-02-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา SalesBoom.AI
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://salesboom.ai
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Harnessing generative AI for personalized outreach",
    "version": "0.0.4",
    "manifest_version": 3,
    "name": "SalesBoom.AI",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": [],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}