Email Auto Extractor

Extract, automatically all email in a web page

Email Auto Extractorคืออะไร?

Email Auto Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicolas Grillet และคุณลักษณะหลักของมันคือ "Extract, automatically all email in a web page"

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

screenshot
screenshot

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

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

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

                        Auto extract all email adresses in a web page.

You just have to go on a webpage that contains email adresses and the extension show you how many email adresses it find, and then click on the logo to copy all email adresses.                    

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

ชื่อ Email Auto Extractor Email Auto Extractor
ID blkpobilpealkkcibgcgfmflneafkkah
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/email-auto-extractor/blkpobilpealkkcibgcgfmflneafkkah
คำอธิบาย Extract, automatically all email in a web page
ขนาดไฟล์ 186 KB
จำนวนการติดตั้ง 996
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2018-06-12
วันที่เผยแพร่ 2018-06-12
คะแนน 3.47/5 รวมทั้งหมด 57 คะแนน
ผู้พัฒนา Nicolas Grillet
อีเมล [email protected]
ประเภทการชำระเงิน in_store
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Email Extraction !"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Extract, automatically all email in a web page",
    "homepage_url": "http:\/\/www.erreurs404.net",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "256": "icons\/icon256.png",
        "48": "icons\/icon48.png"
    },
    "short_name": "Email Extractor",
    "manifest_version": 2,
    "name": "Email Auto Extractor",
    "offline_enabled": true,
    "permissions": [
        "chrome:\/\/favicon\/",
        "contextMenus",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "storage",
        "activeTab"
    ],
    "version": "0.2.0"
}