Visible Email Scraper
This tool is useful to scrape publicly available emails. Which is visible
ما هو Visible Email Scraper؟
Visible Email Scraper هو إضافة Chrome تم تطويرها بواسطة Jagadeesh Chundru، والميزة الرئيسية لها هي "This tool is useful to scrape publicly available emails. Which is visible".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Visible Email Scraper
قم بتنزيل ملفات الامتداد Visible Email Scraper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | https://jagadeeshchundru.com/contact/ |
عنوان صفحة سياسة الخصوصية | 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 } |