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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Scraper

ดาวน์โหลดไฟล์ส่วนขยาย Email Scraper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Scrape Unlimited Emails Automatically and Download them in Excel File.

Enjoy Scraping!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Email Scraper 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
}