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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
}