SouYouXiang

Discover email addresses from any corner of the internet with a single click.

Cos'è SouYouXiang?

SouYouXiang è un'estensione di Chrome sviluppata da souyouxiang, e la sua funzione principale è "Discover email addresses from any corner of the internet with a single click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SouYouXiang

Scarica i file di estensione SouYouXiang in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Domain Search enables instant identification of desired contacts when you visit a website.

☑︎ Domain Search - Email Search and Sourcing

Unleash the unparalleled potential of Domain Search, the ultimate email lookup tool. A mere click of the Chrome icon unveils all email addresses linked to your current website visit.
Should email verification be necessary, a simple click on the adjacent button will suffice.

☑︎ Email Verification

Access a dedicated page for pre-sending appraisal of professional emails.

☑︎ Email Finder - Probe Email Lookup

If you possess the person's name you wish to reach, input it into the search field. The system will promptly furnish the discovered email address along with its origin.

☑︎ Employee Insights

Harness "Employee Search" on our website or hit the "Show Employee Information" button on the domain search results page to streamline essential data like customer organizational structure.

☑︎ Email Marketing

Experience seamless email marketing without intricate configurations. Dispatch personalized development correspondence in minutes. Real-time monitoring of vital cues such as email open rates.

☞ Start and Initiate Your Journey

Create a user account on our website to unlock complimentary search and verification credits. Immerse yourself in an effective email marketing venture.

Elevate your account for enhanced features.

By incorporating this extension, you signify your agreement with our Privacy Policy (https://souyouxiang.com/#/privacy).                    

Informazioni di Base sull'Estensione

Nome SouYouXiang SouYouXiang
ID ckelhekeoiamemlchgobjckeggaihjkg
URL Ufficiale https://chromewebstore.google.com/detail/souyouxiang/ckelhekeoiamemlchgobjckeggaihjkg
Descrizione Discover email addresses from any corner of the internet with a single click.
Dimensione del File 2.13 MB
Conteggio Installazioni 73
Versione Corrente 0.0.4
Ultimo Aggiornamento 2023-08-10
Data di Pubblicazione 2022-05-16
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore souyouxiang
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://souyouxiang.com
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.0.4",
    "default_locale": "en",
    "homepage_url": "https:\/\/souyouxiang.com",
    "icons": {
        "16": "assets\/images\/logo.png",
        "48": "assets\/images\/logo.png",
        "128": "assets\/images\/logo.png"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.souyouxiang.com\/*"
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.souyouxiang.com\/*"
            ],
            "resources": [
                "\/script.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ]
}