Email Scraper
Automatically Scrape Emails and Download them in Excel File
Email Scraper क्या है?
Email Scraper Hassan Raza द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically Scrape Emails and Download them in Excel File"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Email Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Scrape Unlimited Emails Automatically and Download them in Excel File. Enjoy Scraping!
एक्सटेंशन की मूल जानकारी
नाम | Email Scraper |
ID | pfickflbfbmpobjaglfcfjcebifakiln |
आधिकारिक URL | https://chromewebstore.google.com/detail/email-scraper/pfickflbfbmpobjaglfcfjcebifakiln |
विवरण | Automatically Scrape Emails and Download them in Excel File |
फ़ाइल का आकार | 15.09 KB |
स्थापना संख्या | 214 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-08-20 |
प्रकाशन तिथि | 2020-08-20 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Hassan Raza |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Scraper", "version": "1.0", "description": "Automatically Scrape Emails and Download them in Excel File", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/email16.png", "32": "images\/email32.png", "48": "images\/email48.png", "128": "images\/email128.png" } }, "icons": { "16": "images\/email16.png", "32": "images\/email32.png", "48": "images\/email48.png", "128": "images\/email128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2 } |