Scanlist: Email Finder & Sales Copy Generator

Scanlist is an extension that helps you find and scrape information from LinkedIn profiles. Find Email Address.

Scanlist: Email Finder & Sales Copy Generator là gì?

Scanlist: Email Finder & Sales Copy Generator là một tiện ích mở rộng Chrome được phát triển bởi Scanlist, và tính năng chính của nó là "Scanlist is an extension that helps you find and scrape information from LinkedIn profiles. Find Email Address.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scanlist: Email Finder & Sales Copy Generator

Tải xuống các tệp mở rộng Scanlist: Email Finder & Sales Copy Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Scanlist is there to combine the most demanded features for the B2B sales crowd in 2023 under one umbrella. Scrape up to 20 data points (Email, Company logo, Location, Industry, etc) from Linkedin profiles in bulk and use them to create unique and personalized sales messages using the built-in AI writer.

What is Scanlist?

Scanlist puts together advanced data scraping features in one place. It lets you easily and effortlessly extract emails of your leads in bulk from LinkedIn, build lead lists & export leads with 20+ data points.
The extension can boast the highest level of data accuracy (97%). It’s equipped with data validation features to ensure you’re reaching the right prospects to their correct emails.

In simpler terms, Scanlist ensures you’re staying way ahead of competitors, having your sales team connected to the source of fresh and accurate, compliant B2B contact data, and letting them employ all the newly emerging technologies to ensure growth.

Our vision is to strive to deliver only the greatest value, considering today’s B2B landscape, without shifting into selling air.

Features

Extract profiles with emails from LinkedIn in bulk
Generate sales copy with AI in bulk
Generate personalized LinkedIn connection messages, cold emails and ice-breakers with AI
Find work emails and direct emails
Download profiles without finding emails (free option; does not require credits)
Run email verification without leaving the tool (free option)
Export leads with 20+ data points about the profile and about the company (free option)

Who is it for?

Sales teams of any size
Marketing teams
Recruiting professionals looking for ways to streamline their workflows & build more efficient talent pipelines

How to start using Scanlist

Simply install the extension in your browser and create your account. Note that you pay only for the data that is fetched. No need to pay for absent data records.

Benefits 

Real-time database updates
Robust reports
Deep personalization and built-in AI algorithms
Transparent & beneficial pricing 
Mass lead exporting
Embedded email verification
Breadth & depth of database
Data accuracy: up to 97% of relevant emails
Clean interface for ease of work
Friendly & caring support (we welcome feedback! :))                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scanlist: Email Finder & Sales Copy Generator Scanlist: Email Finder & Sales Copy Generator
ID haiofogejpjmphinemcanjidbaibkebc
URL Chính Thức https://chromewebstore.google.com/detail/scanlist-email-finder-sal/haiofogejpjmphinemcanjidbaibkebc
Mô tả Scanlist is an extension that helps you find and scrape information from LinkedIn profiles. Find Email Address.
Kích Thước Tệp 60.06 KB
Số Lần Cài Đặt 1,076
Phiên Bản Hiện Tại 0.0.17
Cập Nhật Lần Cuối 2023-09-28
Ngày Phát Hành 2023-03-15
Đánh Giá 4.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Scanlist
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://scanlist.ai/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scanlist: Email Finder & Sales Copy Generator",
    "description": "Scanlist is an extension that helps you find and scrape information from LinkedIn profiles. Find Email Address.",
    "version": "0.0.17",
    "author": "Scanlist",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "icons\/logo.png",
        "default_title": "Scanlist: LinkedIn Data Scraper",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "linkedin.js"
            ],
            "css": [
                "widget.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "scanlist.js"
            ],
            "matches": [
                "https:\/\/app.scanlist.ai\/*",
                "http:\/\/app.scanlist.local\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.scanlist.ai\/*",
            "https:\/\/api.scanlist.ai\/*",
            "http:\/\/app.scanlist.local\/*",
            "http:\/\/api.scanlist.local\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "components\/*",
                "images\/*",
                "icons\/*",
                "pages\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.scanlist.ai\/*",
        "https:\/\/www.linkedin.com\/*"
    ]
}