Email Contact Hunter

Discover all email, contacts and social media links for web-sites and domains.

Email Contact Hunterคืออะไร?

Email Contact Hunter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EmailContactHunter และคุณลักษณะหลักของมันคือ "Discover all email, contacts and social media links for web-sites and domains."

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

screenshot
screenshot

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

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

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

                        Esta extensão mostra uma lista contatos, emails e redes sociais das páginas que são visitadas ao clicar no ícone de agenda no menu.
-Acesse um site, clique no botão do menu para ver a lista de contatos, emails e redes sociais.
---------------------------------------
This extension shows emails, contacts and social media links for all domains of a page.
-Click on the icon in the menu for showing page information.                    

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

ชื่อ Email Contact Hunter Email Contact Hunter
ID mefeabcligdbdclkopeaomcppgbikaii
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/email-contact-hunter/mefeabcligdbdclkopeaomcppgbikaii
คำอธิบาย Discover all email, contacts and social media links for web-sites and domains.
ขนาดไฟล์ 72.27 KB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 1.5.7
อัปเดตครั้งล่าสุด 2018-10-02
วันที่เผยแพร่ 2018-10-02
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา EmailContactHunter
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "jquery.contextMenu.css"
            ],
            "js": [
                "jquery-2.0.0.min.js",
                "inject.js",
                "jquery.contextMenu.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Email Contact Hunter",
        "default_icon": "icone.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhbQoajey1YkXSjcAEh4ozGcmS4lKmjLsX5QYjxHlXpBTBvtiv0AJWzRZYnfQlDrBazfMNtJ5suv4w\/04gyOymU0PAu5xTlrdHw1hFHkZy4F8n\/U15cFM7hyd1c90z3drzVWzO\/UIVpTRGwhxgUfawGXFx1SoFvDYk7epps1xpW07+f3HxYizi5a19gMwcU5ICGO8PO0eR0lPfrCBlwQI9nJVC\/IbxWEbnlubNoKX1Bkf0+aF6LSKmAxgyJU2R\/JQJVmdEgwwuunEu+6e0GcYstNXBEni2l0fdxQeP\/s4lhugDOKTEbf+03Ox6wxn2pbp\/HRNa\/bMspcIAIdMiN9T6wIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.7",
    "web_accessible_resources": [
        "*.svg",
        "*.png",
        "jquery-2.0.0.min.js"
    ]
}