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"
    ]
}