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
Eメール [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": []
        }
    ]
}