SalesBoom.AI

Harnessing generative AI for personalized outreach

SalesBoom.AI là gì?

SalesBoom.AI là một tiện ích mở rộng Chrome được phát triển bởi SalesBoom.AI, và tính năng chính của nó là "Harnessing generative AI for personalized outreach".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SalesBoom.AI

Tải xuống các tệp mở rộng SalesBoom.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

                        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.                    

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

Tên SalesBoom.AI SalesBoom.AI
ID gjaljlinhfflplcmecomilhdofpfjioc
URL Chính Thức https://chromewebstore.google.com/detail/salesboomai/gjaljlinhfflplcmecomilhdofpfjioc
Mô tả Harnessing generative AI for personalized outreach
Kích Thước Tệp 3.31 MB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2023-03-07
Ngày Phát Hành 2023-02-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển SalesBoom.AI
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://salesboom.ai
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}