Email Scraper
Automatically Scrapes Emails From Any Social Media Platforms In One Click
Email Scraper क्या है?
Email Scraper https://scalingwithautomations.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically Scrapes Emails From Any Social Media Platforms In One Click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Email Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |