Similarweb Sales Extension

SI Chrome extension

Was ist Similarweb Sales Extension?

Similarweb Sales Extension ist eine Chrome-Erweiterung, die von https://www.similarweb.com entwickelt wurde, und ihr Hauptmerkmal ist "SI Chrome extension".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Similarweb Sales Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Similarweb Sales Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Similarweb Sales Extension Similarweb Sales Extension
ID ejcibmoopiblhpjkjfpdopfdnlaoolfc
Offizielle URL https://chromewebstore.google.com/detail/similarweb-sales-extensio/ejcibmoopiblhpjkjfpdopfdnlaoolfc
Beschreibung SI Chrome extension
Dateigröße 217 KB
Installationsanzahl 15,261
Aktuelle Version 1.5.3
Letztes Update 2024-02-14
Veröffentlichungsdatum 2023-08-31
Bewertung 4.00/5 Insgesamt 8 Bewertungen
Entwickler https://www.similarweb.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.similarweb.com/corp/sales
URL der Datenschutzrichtlinien-Seite https://www.similarweb.com/corp/legal/extension-privacy-policy
Unterstützte Sprachen 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"
}