AZ Email Extractor

Simple email extractor extension for Chrome To extract all email ID's automatically from webpages.

AZ Email Extractorคืออะไร?

AZ Email Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Extension Master และคุณลักษณะหลักของมันคือ "Simple email extractor extension for Chrome To extract all email ID's automatically from webpages."

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

screenshot
screenshot

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

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

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

                        Email extractor extracts all the email ids from a webpage.

Email Extractor is a very useful email extraction extension for Chrome. Extension fetches email IDs from the web page and you can copy & paste email ids or export/download all of them to a text or CSV file.                    

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

ชื่อ AZ Email Extractor AZ Email Extractor
ID aigmpdkhbheipeciefdmjecikekmgfij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/az-email-extractor/aigmpdkhbheipeciefdmjecikekmgfij
คำอธิบาย Simple email extractor extension for Chrome To extract all email ID's automatically from webpages.
ขนาดไฟล์ 64.81 KB
จำนวนการติดตั้ง 1,102
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2023-03-09
วันที่เผยแพร่ 2022-12-02
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Extension Master
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/az-email-extractor/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.4.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/email16.png",
        "24": "\/icons\/email24.png",
        "32": "\/icons\/email32.png",
        "64": "\/icons\/email64.png",
        "124": "\/icons\/email124.png"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "AZ Email Extractor",
        "default_description": "Simple email extractor extension for Chrome To scrape all email ID's automatically from webpages."
    },
    "permissions": [
        "tabs",
        "gcm",
        "notifications",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    }
}