SalesBoom.AI

Harnessing generative AI for personalized outreach

Co to jest SalesBoom.AI?

SalesBoom.AI to rozszerzenie Chrome opracowane przez SalesBoom.AI, a jego główną funkcją jest „Harnessing generative AI for personalized outreach”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SalesBoom.AI

Pobierz pliki rozszerzeń SalesBoom.AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SalesBoom.AI SalesBoom.AI
ID gjaljlinhfflplcmecomilhdofpfjioc
Oficjalny URL https://chromewebstore.google.com/detail/salesboomai/gjaljlinhfflplcmecomilhdofpfjioc
Opis Harnessing generative AI for personalized outreach
Rozmiar pliku 3.31 MB
Liczba instalacji 63
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2023-03-07
Data Publikacji 2023-02-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper SalesBoom.AI
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://salesboom.ai
Obsługiwane Języki 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": []
        }
    ]
}