Similarweb Sales Extension

SI Chrome extension

O que é Similarweb Sales Extension?

Similarweb Sales Extension é uma extensão do Chrome desenvolvida por https://www.similarweb.com, e sua principal característica é "SI Chrome extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Similarweb Sales Extension

Baixe arquivos de extensão Similarweb Sales Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Similarweb Sales Extension Similarweb Sales Extension
ID ejcibmoopiblhpjkjfpdopfdnlaoolfc
URL Oficial https://chromewebstore.google.com/detail/similarweb-sales-extensio/ejcibmoopiblhpjkjfpdopfdnlaoolfc
Descrição SI Chrome extension
Tamanho do Arquivo 217 KB
Contagem de Instalações 15,261
Versão Atual 1.5.3
Última Atualização 2024-02-14
Data de Publicação 2023-08-31
Classificação 4.00/5 Total de 8 Avaliações
Desenvolvedor https://www.similarweb.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.similarweb.com/corp/sales
URL da Página de Política de Privacidade https://www.similarweb.com/corp/legal/extension-privacy-policy
Idiomas Suportados 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"
}