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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |