Email Scraper
Automatically Scrape Emails and Download them in Excel File
ما هو Email Scraper؟
Email Scraper هو إضافة Chrome تم تطويرها بواسطة Hassan Raza، والميزة الرئيسية لها هي "Automatically Scrape Emails and Download them in Excel File".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Email Scraper
قم بتنزيل ملفات الامتداد Email Scraper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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 } |