SouYouXiang
Discover email addresses from any corner of the internet with a single click.
什麼是SouYouXiang?
SouYouXiang是由souyouxiang開發的Chrome擴展程式,該擴展的主要功能是“Discover email addresses from any corner of the internet with a single click.”。
擴展截圖
下載SouYouXiang擴展crx文件
下載SouYouXiang擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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).
擴展基本資訊
名稱 | SouYouXiang |
ID | ckelhekeoiamemlchgobjckeggaihjkg |
官方網址 | https://chromewebstore.google.com/detail/souyouxiang/ckelhekeoiamemlchgobjckeggaihjkg |
簡介 | Discover email addresses from any corner of the internet with a single click. |
檔案大小 | 2.13 MB |
安裝次數 | 73 |
目前版本 | 0.0.4 |
更新時間 | 2023-08-10 |
上架時間 | 2022-05-16 |
評分 | 1.00/5 共 1 次評分 |
開發者 | souyouxiang |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://souyouxiang.com |
支援的語言 | 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" ] } |