Visible Email Scraper
This tool is useful to scrape publicly available emails. Which is visible
Visible Email Scraper란 무엇입니까?
Visible Email Scraper은(는) Jagadeesh Chundru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This tool is useful to scrape publicly available emails. Which is visible"입니다.
확장 프로그램 스크린샷
Visible Email Scraper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
@ You can get emails from Search Engines, Social Media Platforms and from Others. Search query will play a big role to find your emails. We added few queries in screenshots. For more you can visit - https://jagadeeshchundru.com/visible-email-scraper/ We developed this tool to easy the workflow. So, please use this tool for good purpose. Don't spam others with bloody email's. Please be careful with GDPR, CCPA and related privacy policies.
확장 프로그램 기본 정보
이름 | |
ID | cofbbkpeklnnmmfmioopmhagmjbfcccc |
공식 URL | https://chromewebstore.google.com/detail/visible-email-scraper/cofbbkpeklnnmmfmioopmhagmjbfcccc |
설명 | This tool is useful to scrape publicly available emails. Which is visible |
파일 크기 | 13.49 KB |
설치 횟수 | 12 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-11-16 |
출시 날짜 | 2020-11-16 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Jagadeesh Chundru |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://jagadeeshchundru.com/visible-email-scraper/ |
도움말 페이지 URL | https://jagadeeshchundru.com/contact/ |
개인정보 보호 정책 페이지 URL | https://jagadeeshchundru.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "visible email scraper background.js" ] }, "browser_action": { "default_icon": "visible email scraper - icon 128.png", "default_title": "Visible Email Scarper" }, "name": "Visible Email Scraper", "description": "This tool is useful to scrape publicly available emails. Which is visible", "homepage_url": "https:\/\/jagadeeshchundru.com\/visible-email-scraper\/", "icons": { "128": "visible email scraper - icon 128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0", "manifest_version": 2 } |