Turbo Email Extractor

Extract emails from all web pages

Turbo Email Extractorคืออะไร?

Turbo Email Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hubext และคุณลักษณะหลักของมันคือ "Extract emails from all web pages"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tubro Email Extractor is a powerful email extraction extension for Chrome. 

Tubro Email Extractor automatically searches valid emails from the web page, you can copy paste particular emails you need or export all of them to a CSV file. 

Tubro Email Extractor extension find email addresses on pages you visit. Auto mode automates search for emails on urls.

Tubro Email Extractor easily extracts email addresses from pages as you visit them and auto saves them all.

This chrome app finds email addresses scraping and searching source code and no matter what you see on the front.
Features:
 * Extract emails from visited pages
 * Auto save all pages emails
 * Export collected emails to CSV file and copy to clipboard                    

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

ชื่อ Turbo Email Extractor Turbo Email Extractor
ID omnbdiakakjaieidemehlfmcpmbgdfga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/turbo-email-extractor/omnbdiakakjaieidemehlfmcpmbgdfga
คำอธิบาย Extract emails from all web pages
ขนาดไฟล์ 326 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-09-13
วันที่เผยแพร่ 2022-08-05
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา hubext
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vTsGSOw5sj_-E7ENvfOM1ThP9TwT-nA8Ar-NWUigltGThFvbP0GXLmRb-b-mfBn_7SkWJD-PjAFpEkf/pub
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Turbo Email Extractor",
    "description": "Extract emails from all web pages",
    "version": "1.1",
    "icons": {
        "16": "icons\/ic_16.png",
        "48": "icons\/ic_48.png",
        "128": "icons\/ic_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "background",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/ic_16.png",
        "default_title": "Turbo Email Extractor",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScripts.js"
            ],
            "css": [
                "css\/contentScripts.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}