Closely: Email Finder & LI Data Scraper

Closely Surfer is an extension that helps you find and scrape information from LI profiles. Find Email Address.

Closely: Email Finder & LI Data Scraper là gì?

Closely: Email Finder & LI Data Scraper là một tiện ích mở rộng Chrome được phát triển bởi Closely, và tính năng chính của nó là "Closely Surfer is an extension that helps you find and scrape information from LI 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 Closely: Email Finder & LI Data Scraper

Tải xuống các tệp mở rộng Closely: Email Finder & LI Data Scraper 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

                        ❓ WHAT IS CLOSELY SURFER & EMAIL FINDER?
Closely Surfer is a free extension for LI designed to simplify LI lead generation by providing smart tech shortcuts for different kinds of work: from withdrawing sent connection requests that haven’t been accepted to extracting emails and other contact data right from a LI profile.

🧰 FUNCTIONALITIES OF SURFER INCLUDE.
✔️ Revealing contact data of a person right on their profiles: first and second name, company’s name, find email address and phone number. Enjoy ease of access and accurate displayal of data.
✔️ Works with Sales Navigator.
✔️ LI Email Finder - fast and easy LI email finder tool for any user. Our extension is easy to use and allows you to find an email of the person you need in LI with just 1 click.
✔️ Exporting results of searches into a CSV file. Just click on a conveniently placed button next to the results of your search, and have your file saved on your computer.
✔️ Withdrawing connection requests in bulk. If you feel like it’s time to say “goodbye” to all the people who’ve passed by your invitation to connect, you can easily pull back all of them in bulk by clicking on one single button. 

🔍 WHO USES CLOSELY SURFER?
This extension is a bay of relief and relaxation for leadgen and sales professionals. It adds to a more streamlined and harmonious work and to the shortening of a sales cycle in general.

⚙ HOW TO START USING THE EXTENSION?
Piece of cake. Just click on “Add to Chrome” at this very page, right above this text, and the extension will be added to the list of all your extensions. You will see its icon appear in the extensions tab among others if you have some. This list is located in the top right corner of your screen. 

When it’s installed, you can jump into work and see it in action: move over to your LI, log in, and open any profile. You’ll see Surfer’s icon pop up — that means you can already start exploring this person’s contact information.

🚀 BENEFITS OF OUR PLUGIN FOR FINDING EMAILS.
✔️ One of the largest databases of business contacts that's updated constantly.
✔️ You get 50 free contact disclosures every month after signing up
✔️ The plugin is easy to use. You can get all user contact information in a few clicks.
✔️ Quick export of profiles from search results to CSV: Go to People search  => Apply your filters => Hit Export people to CSV => Choose how many records you want to export => Save the finished CSV to your computer.

📧 CONNECT WITH US:
Email: [email protected]
Website: https://closelyhq.com/
Privacy Policy: https://closelyhq.com/pp/                    

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

Tên Closely: Email Finder & LI Data Scraper Closely: Email Finder & LI Data Scraper
ID gdhhcapaofinjmlambmbfhkicbpmidbn
URL Chính Thức https://chromewebstore.google.com/detail/closely-email-finder-li-d/gdhhcapaofinjmlambmbfhkicbpmidbn
Mô tả Closely Surfer is an extension that helps you find and scrape information from LI profiles. Find Email Address.
Kích Thước Tệp 223 KB
Số Lần Cài Đặt 4,756
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2022-04-07
Đánh Giá 4.50/5 Tổng số 22 Đánh Giá
Nhà Phát Triển Closely
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://closelyhq.com/
URL Trang Chính Sách Bảo Mật https://closelyhq.com/pp
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Closely: Email Finder & LI Data Scraper",
    "description": "Closely Surfer is an extension that helps you find and scrape information from LI profiles. Find Email Address.",
    "version": "1.0.1",
    "author": "Closely",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "icons\/logo.png",
        "default_title": "Closely Surfer: 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": [
                "constants.js",
                "helpers.js",
                "apiUrls.js",
                "withdrawInvitation.js",
                "lidParser.js",
                "snParser.js",
                "snListExporter.js",
                "crmIntegration.js",
                "peopleSearch.js",
                "syncAccount.js",
                "linkedin.js"
            ],
            "css": [
                "widget.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "constants.js",
                "closely.js"
            ],
            "matches": [
                "https:\/\/app.closelyhq.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.closelyhq.com\/*",
            "https:\/\/api.closelyhq.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "components\/*",
                "images\/*",
                "icons\/*",
                "pages\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.closelyhq.com\/*",
        "https:\/\/www.linkedin.com\/*"
    ]
}