SalesBoom.AI

Harnessing generative AI for personalized outreach

什么是SalesBoom.AI?

SalesBoom.AI是由SalesBoom.AI开发的Chrome扩展程序,该扩展的主要功能是“Harnessing generative AI for personalized outreach”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载SalesBoom.AI扩展crx文件

下载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": []
        }
    ]
}