Demand: LinkedIn Email Finder + B2B Contacts

Find Email Addresses & Mobile Numbers While Researching on the Web

什么是Demand: LinkedIn Email Finder + B2B Contacts?

Demand: LinkedIn Email Finder + B2B Contacts是由https://usedemand.com开发的Chrome扩展程序,该扩展的主要功能是“Find Email Addresses & Mobile Numbers While Researching on the Web”。

扩展截图

screenshot

下载Demand: LinkedIn Email Finder + B2B Contacts扩展crx文件

下载Demand: LinkedIn Email Finder + B2B Contacts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Makes Demand easier to use by automatically retrieving your session cookies
Demand is the growth-hackers favorite weapon. The favorite tool to automate LinkedIn outreach together with Email and Social.

On our path to make Growth-hacking available to non-technical people we've decided to simplify the process of filling out your session cookies. 

This extension will automatically retrieve the session cookies of the websites you're connected to. Once you use Saleshub , just click on "Add Cookie" to fill the session cookies input field.

If you have any question about this extension, feel free to send us an email at [email protected] or directly on our support chat.                    

扩展基本信息

名称 Demand: LinkedIn Email Finder + B2B Contacts Demand: LinkedIn Email Finder + B2B Contacts
ID hpdonlnaehfbmhaeajlppcfkngapiofj
官方URL https://chromewebstore.google.com/detail/demand-linkedin-email-fin/hpdonlnaehfbmhaeajlppcfkngapiofj
简介 Find Email Addresses & Mobile Numbers While Researching on the Web
文件大小 8.02 MB
安装次数 553
当前版本 4.0.1
更新时间 2022-10-20
上架时间 2020-06-10
评分 3.00/5 共2次评分
开发者 https://usedemand.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://usedemand.com
帮助页面URL https://support.usedemand.com
隐私政策页面URL https://www.usedemand.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "4.0.1",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.salestools.io\/*",
            "*:\/\/*.usedemand.com\/*",
            "https:\/\/voogy.app\/*",
            "https:\/\/voogy.com\/*"
        ]
    },
    "permissions": [
        "cookies",
        "storage",
        "*:\/\/*.salestools.io\/*",
        "*:\/\/*.saleshub.ai\/*",
        "*:\/\/*.usedemand.com\/*",
        "*:\/\/www.linkedin.com\/*",
        "*:\/\/voogy.app\/*",
        "*:\/\/www.xing.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/github.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.intercom.io\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.medium.com\/*",
        "*:\/\/*.producthunt.com\/*",
        "*:\/\/*.slack.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.uber.com\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        "\/*"
    ]
}