Email Scraper
Automatically Scrapes Emails From Any Social Media Platforms In One Click
Email Scraper là gì?
Email Scraper là một tiện ích mở rộng Chrome được phát triển bởi https://scalingwithautomations.com, và tính năng chính của nó là "Automatically Scrapes Emails From Any Social Media Platforms In One Click".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Email Scraper
Tải xuống các tệp mở rộng Email Scraper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
👉 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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Email Scraper |
ID | dongbhnjffkcffalmigbofnoncebjebc |
URL Chính Thức | https://chromewebstore.google.com/detail/email-scraper/dongbhnjffkcffalmigbofnoncebjebc |
Mô tả | Automatically Scrapes Emails From Any Social Media Platforms In One Click |
Kích Thước Tệp | 102 KB |
Số Lần Cài Đặt | 562 |
Phiên Bản Hiện Tại | 1.2.6 |
Cập Nhật Lần Cuối | 2023-02-04 |
Ngày Phát Hành | 2022-10-13 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://scalingwithautomations.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.scalingwithautomations.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |