Email Scraper
Automatically Scrapes Emails From Any Social Media Platforms In One Click
Email Scraper란 무엇입니까?
Email Scraper은(는) https://scalingwithautomations.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically Scrapes Emails From Any Social Media Platforms In One Click"입니다.
확장 프로그램 스크린샷
Email Scraper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
👉 THIS IS A PAID APP - PLEASE PURCHASE ACCESS FROM YOUR RESELLER 👈 Automatically Scrapes Emails From Any Social Media Platforms In One Click Ever wanted to scrape emails from social media sites such as LinkedIn, Instagram, Facebook, Twitter and more? Now you can that in just 3 simple steps: ✅ Step 1: Type in your search criteria keyword, ie. Chiropractor ✅ Step 2: Choose the social media sites you want to scrape from ✅ Step 3: Select from the list of email providers Then just sit back, and watch email scraper mines hundreds of emails in just minutes! The best part? You can scrape AS MANY EMAIL AS YOU WANT :) 100% Unlimited 🚀🚀🚀 So what are you waiting for? Start using Email Scraper NOW!
확장 프로그램 기본 정보
이름 | Email Scraper |
ID | dongbhnjffkcffalmigbofnoncebjebc |
공식 URL | https://chromewebstore.google.com/detail/email-scraper/dongbhnjffkcffalmigbofnoncebjebc |
설명 | Automatically Scrapes Emails From Any Social Media Platforms In One Click |
파일 크기 | 102 KB |
설치 횟수 | 562 |
현재 버전 | 1.2.6 |
최근 업데이트 | 2023-02-04 |
출시 날짜 | 2022-10-13 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | https://scalingwithautomations.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.scalingwithautomations.com/privacy |
지원되는 언어 | en,fr,es,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Email Scraper", "description": "Automatically Scrapes Emails From Any Social Media Platforms In One Click", "default_locale": "en", "version": "1.2.6", "icons": { "16": "images\/60a4e857c27a7e5a7784aaca-Email_Scraper-1665638993665-small_icon.png", "48": "images\/60a4e857c27a7e5a7784aaca-Email_Scraper-1665638993753-medium_icon.png", "128": "images\/60a4e857c27a7e5a7784aaca-Email_Scraper-1665638993816-large_icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background-wrapper.js" }, "action": { "default_title": "Email Scraper", "default_popup": "html\/popup.html" }, "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "http:\/\/suggestqueries.google.com\/" ], "short_name": "ES" } |