Similarweb Sales Extension

SI Chrome extension

Что такое Similarweb Sales Extension?

Similarweb Sales Extension - это расширение Chrome, разработанное https://www.similarweb.com, и его основная функция - "SI Chrome extension".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Similarweb Sales Extension

Скачайте файлы расширений Similarweb Sales Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Get everything you need for selling to online businesses with Similarweb Sales Intelligence — now with a Chrome extension that fits seamlessly into your existing workflows.

Without leaving your browser or even switching tabs, you can easily:
1. See if a company is a good fit for you
2. Identify the most relevant people in that company and get their contact info
3. Craft the right message to get their attention with Sales Signals and instant insights 

⚙️ HOW DOES IT WORK?
Get instant website analysis of any prospect, customer, or partner. The Similarweb Sales Extension overlays your browser experience, allowing you to access contact data and deep insights on a given company — without leaving your workflow. 

Open the extension on any website or LinkedIn profile and prepare to be amazed. The website overview, contacts, and insights are there waiting for you on a silver platter. 

⏳ SAVE TIME AND BOOST ENGAGEMENT
Sales teams rely on multiple tools, but switching between them disrupts workflows, kills focus, and hampers prospect engagement. Your team needs a simple solution to focus on what they do best: creating engagement, building relationships, and sealing deals.

So what are you waiting for? Install now!

The features you know and love from the Similarweb Sales Intelligence platform – now built into your workflows

🌐 WEBSITE OVERVIEW
Easily qualify leads, prep for a call, or research a customer with key online metrics: 
 - Company & Website Data: Industry, company information, technographic data (coming soon), Sales Signals (coming soon), and more
 - Traffic & Engagement Data: Bounce rate, average pages per visit, visit duration, incoming traffic by country/worldwide, website traffic changes, and more

🤝 CONTACT DATA
Find the people that can make the deal happen, then get in touch with them. Open the extension on any website or company LinkedIn profile to see all the contacts for that company, or from an individual’s LinkedIn profile to find their contact details.  

📡 SALES SIGNALS (COMING SOON)
Get alerted to opportunities and threats in target and client accounts. With Sales Signals, make your outreach hyper-relevant and prioritize your efforts where they have the greatest impact. 

🔥 MORE FEATURES COMING SOON!                    

Основная информация о расширении

Название Similarweb Sales Extension Similarweb Sales Extension
ID ejcibmoopiblhpjkjfpdopfdnlaoolfc
Официальный URL https://chromewebstore.google.com/detail/similarweb-sales-extensio/ejcibmoopiblhpjkjfpdopfdnlaoolfc
Описание SI Chrome extension
Размер файла 217 KB
Количество установок 15,261
Текущая Версия 1.5.3
Последнее Обновление 2024-02-14
Дата публикации 2023-08-31
Рейтинг 4.00/5 Всего 8 оценок
Разработчик https://www.similarweb.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.similarweb.com/corp/sales
URL страницы политики конфиденциальности https://www.similarweb.com/corp/legal/extension-privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Similarweb Sales Extension",
    "short_name": "SISW",
    "description": "SI Chrome extension",
    "minimum_chrome_version": "89",
    "background": {
        "service_worker": ".\/src\/background.js"
    },
    "action": {
        "default_icon": "icons\/favicon_32.png",
        "default_title": "SI-extension"
    },
    "icons": {
        "16": "icons\/favicon_16.png",
        "32": "icons\/favicon_32.png",
        "48": "icons\/favicon_48.png",
        "128": "icons\/favicon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                ".\/dist\/frame.js"
            ],
            "css": [
                ".\/src\/iframe.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/favicon_128.png",
                "icons\/sw_logo.svg",
                "icons\/drag.svg",
                "icons\/favicon_16.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "version": "1.5.3"
}