Similarweb Sales Extension

SI Chrome extension

什麼是Similarweb Sales Extension?

Similarweb Sales Extension是由https://www.similarweb.com開發的Chrome擴展程式,該擴展的主要功能是“SI Chrome extension”。

擴展截圖

screenshot
screenshot
screenshot

下載Similarweb Sales Extension擴展crx文件

下載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
官方網址 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"
}