Email finder by soujiyi.com

Find email addresses, phone numbers and social accounts from anywhere on the web, with just one click.

Email finder by soujiyi.com란 무엇입니까?

Email finder by soujiyi.com은(는) https://soujiyi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find email addresses, phone numbers and social accounts from anywhere on the web, with just one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Email finder by soujiyi.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Email Finder by soujiyi.com gets global customer information accurately, which helps you increase sales revenue through automated marketing and customer management. With over 300,000,000+ customers and leads processed daily, it's perfect for expanding your global customer base. 

Plus, with free EDM and CRM features, Email Finder offers a one-stop solution for cross-border marketing, lead conversion, and customer management. You can export customer data and have greater control over your private data. Get access to more high-quality customers and achieve greater business success by using it. 

-👉What can it do?

✅🔍Information Acquisition
Capture contacts, email addresses, phone numbers and social media information from Google Pages, Google Images, Google Store, Google Maps, Linkedin and customer websites in one click, saving you a lot of time.

✅🤝key person mining
Open the customer's official website, you can quickly get the key person information of overseas buyers, and efficiently complete customer background investigation and foreign trade customer analysis.

✅👀 Data Duplication Checking
It can help you avoid importing existing customer information, and avoid bothering customers you have cooperated with when you use mass email marketing.

✅📧Mailbox Verification
It will verify the address of the collected mailbox immediately to avoid bounce when sending bulk mail.

✅💖Leads Collection
Clicking "Collect" at the bottom to save this potential information for lead management - not followed up leads, to which you can send e-mail.

✅❌Blacklist Construction
Adding a website blacklist to mark the websites that you think are unintentional, and those websites information will no longer appear.

✅🤝Automatic Marketing
Binding an email account, selecting the development letter template you edited in advance, you can send emails to potential customers in your lead list in batches.


-👉Who is it suitable for?
👨Sales, marketers, job seekers, recruiters, soho, business owners, etc.


- 👉What are its advantages?

✅📊Multi-dimensional data
Version 2.0 not only supports single web page capture, but also multiple web page collection.You don't need to click on the web page one by one, directly on the first page of Google search results, you can collect customer information on all pages with one click.

The powerful multi-page stitching function enables the acquisition of large amounts of data,simply by opening the plug-in on the Google search page, and sliding the mouse wheel down to achieve automatic page turning, scrolling to the bottom, and the plug-in will find the customer's email and URL of all pages.

✅⚙️Dig deeper
The anti-"anti-crawler" technology can tap deeper customer data that is not available to ordinary tools.

✅😍The whole process is free
The entire process, from information collection, customer management, and customer marketing, is free to use.


- 👉What are our customers saying?

“Email, phone and social accounts are all in one go, awesome👍 There are basically no free plug-ins for clue mining, and conscience products are free, which is commendable!”👩‍💼Frida Cao

“It works so well that I use it every day. It's so easy to find emails and phone numbers.”👨‍💼changhong pi


- 👉Thank you very much😚
Before using our web mail collection tool, please be sure to read and agree to search hundreds of millions of privacy policies https://manager.soujiyi.com/policy.html

If you have any questions, you can leave us a message [email protected] !
https://www.soujiyi.com/en

Overseas Business, Soujiyi Leads
Look forward to cooperating with you!                    

확장 프로그램 기본 정보

이름 Email finder by soujiyi.com Email finder by soujiyi.com
ID chbphidecmndldfgbknkbkekbhojicem
공식 URL https://chromewebstore.google.com/detail/email-finder-by-soujiyico/chbphidecmndldfgbknkbkekbhojicem
설명 Find email addresses, phone numbers and social accounts from anywhere on the web, with just one click.
파일 크기 391 KB
설치 횟수 2,337
현재 버전 4.0.1
최근 업데이트 2023-06-17
출시 날짜 2022-05-16
평점 4.95/5 총 73 개의 평점
개발자 https://soujiyi.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.soujiyi.com
도움말 페이지 URL https://www.soujiyi.com
개인정보 보호 정책 페이지 URL https://manager.soujiyi.com/policy.html
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "version": "4.0.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "contextMenus",
        "unlimitedStorage",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": ".\/images\/logo32.png"
    },
    "content_scripts": [
        {
            "js": [
                "third-party\/tld.js",
                "utils\/domain.js",
                "third-party\/html2canvas.min.js",
                "third-party\/jquery-3.6.0.min.js",
                ".\/js\/config.js",
                ".\/utils\/utils.js",
                ".\/js\/business\/app.js",
                ".\/utils\/infiniteScroll.js",
                "common.js",
                "content.js",
                "content-new.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": ".\/images\/logo16.png",
        "32": ".\/images\/logo32.png",
        "64": ".\/images\/logo64.png",
        "128": ".\/images\/logo128.png",
        "256": ".\/images\/logo256.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "MacCtrl+Shift+H"
            },
            "description": "Email Hunt"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "query-id.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsfGfvZjzBMN\/pxGG+1ewOSnh0afxFM6jsks4SncsCBCH+hsJMKLt9AHNpweoWF5X6Z8RgKd4XhNbvQisIirMEAhShEvXYv5NSxwZfcBZyE6tKDPTEgLsMTjQY\/cITJ0bPgBFQF2Gr1GXPb01vN1WSTctoUQhQ4UJADmCOyNUAoC\/rY6Oh4E8vrcF2VWPTtSEFK1tAZUWvWxdqLpqhIoaKlyN5uBq40JngMTKyQ\/5zyKJiS1DHqTpGD2Chu\/KFkhc8bAS+\/rv0PNDKXZR2JSpsunG1c1dxaiRehLggRinPWijKcin2Pc9LvkAy94UdNJxul9JnsjgesRMUQIwx3JJRQIDAQAB"
}