Email Finder by AhaLeads

Find emails from LinkedIn and save them to AhaLeads

Email Finder by AhaLeadsคืออะไร?

Email Finder by AhaLeads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ahaleads.com และคุณลักษณะหลักของมันคือ "Find emails from LinkedIn and save them to AhaLeads"

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

screenshot

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

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

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

                        AhaLeads is multi-channel lead generation software.

Using this Chrome extension, you can find emails on LinkedIn and add them to AhaLeads.

Also, it allows you to identify anonymous visitors on your website.                    

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

ชื่อ Email Finder by AhaLeads Email Finder by AhaLeads
ID egpmnkkglcjnkonoenjephjdnjalcaei
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/email-finder-by-ahaleads/egpmnkkglcjnkonoenjephjdnjalcaei
คำอธิบาย Find emails from LinkedIn and save them to AhaLeads
ขนาดไฟล์ 976 KB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 0.46
อัปเดตครั้งล่าสุด 2019-07-28
วันที่เผยแพร่ 2019-07-28
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://ahaleads.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://ahaleads.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "src\/background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "src\/browser-action\/browser-action.html",
        "default_title": "AhaLeads"
    },
    "content_scripts": [
        {
            "css": [
                "css\/bootstrap.min.css",
                "css\/font-awesome.min.css",
                "src\/inject\/ahaleads.css",
                "css\/linkedin\/linkedin-profile.css",
                "css\/linkedin\/linkedin-search.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/jquery\/jquery-ui.min.js",
                "src\/inject\/ahaleads.js",
                "js\/jquery\/jquery-waituntilexists.js",
                "src\/linkedin\/linkedin-profile.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/profile\/view*",
                "*:\/\/*.linkedin.com\/in\/*",
                "*:\/\/*.linkedin.com\/pub\/*",
                "*:\/\/*.linkedin.com\/sales\/profile\/*",
                "*:\/\/*.linkedin.com\/sales\/people\/*",
                "*:\/\/*.linkedin.com\/recruiter\/profile\/*"
            ]
        },
        {
            "css": [
                "css\/bootstrap.min.css",
                "css\/font-awesome.min.css",
                "src\/inject\/ahaleads.css",
                "css\/linkedin\/linkedin-profile.css",
                "css\/linkedin\/linkedin-search.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/jquery\/jquery-ui.min.js",
                "src\/inject\/ahaleads.js",
                "js\/jquery\/jquery-waituntilexists.js",
                "src\/linkedin\/linkedin-search.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/vsearch\/*",
                "*:\/\/*.linkedin.com\/sales\/search*",
                "*:\/\/*.linkedin.com\/search\/*",
                "*:\/\/*.linkedin.com\/sales\/accounts*",
                "*:\/\/*.linkedin.com\/cap\/peopleSearch\/*",
                "*:\/\/*.linkedin.com\/recruiter\/smartsearch*"
            ]
        }
    ],
    "description": "Find emails from LinkedIn and save them to AhaLeads",
    "homepage_url": "https:\/\/ahaleads.com\/",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Email Finder by AhaLeads",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "*:\/\/*.linkedin.com\/profile\/view*",
        "*:\/\/*.linkedin.com\/in\/*",
        "*:\/\/*.linkedin.com\/pub\/*",
        "*:\/\/*.linkedin.com\/sales\/profile\/*",
        "*:\/\/*.linkedin.com\/sales\/people\/*",
        "*:\/\/*.linkedin.com\/recruiter\/profile\/*",
        "tabs",
        "activeTab",
        "storage",
        "management",
        "webNavigation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.46",
    "web_accessible_resources": [
        "src\/options\/index.html",
        "fonts\/fontawesome-webfont.eot",
        "fonts\/fontawesome-webfont.svg",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/fontawesome-webfont.woff2",
        "fonts\/FontAwesome.otf",
        "img\/logo.png",
        "img\/logo-glyph.png",
        "img\/ajax_loader.gif"
    ]
}