Findcustomer

Your best companion when prospecting with Findcustomer.

什么是Findcustomer?

Findcustomer是由https://findcustomer.io开发的Chrome扩展程序,该扩展的主要功能是“Your best companion when prospecting with Findcustomer.”。

扩展截图

screenshot

下载Findcustomer扩展crx文件

下载Findcustomer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Findcustomer.io is a digital prospecting service to help you identify your prospects, verify their contact details, and create contact sequences that convert
- Create powerful contact lists from multiple sources
- Create and automate Linkedin sequences and emails that convert

This extension provides some helps using Findcustomer, like automatically retrieve the session cookies of services you need into Findcustomer.                    

扩展基本信息

名称 Findcustomer Findcustomer
ID jakhcoeodnblkcpbeoikikibfclknnlc
官方URL https://chromewebstore.google.com/detail/findcustomer/jakhcoeodnblkcpbeoikikibfclknnlc
简介 Your best companion when prospecting with Findcustomer.
文件大小 173 KB
安装次数 457
当前版本 0.2.5
更新时间 2021-10-20
上架时间 2021-01-23
评分 5.00/5 共1次评分
开发者 https://findcustomer.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.findcustomer.io
帮助页面URL https://www.findcustomer.io/contact
隐私政策页面URL https://www.findcustomer.io/mentions-legales
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Findcustomer",
    "version": "0.2.5",
    "description": "Your best companion when prospecting with Findcustomer.",
    "icons": {
        "48": "assets\/fc-icon-48.png",
        "128": "assets\/fc-icon.png"
    },
    "homepage_url": "http:\/\/www.findcustomer.io\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/fc-icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.findcustomer.io\/*",
                "*:\/\/*.vercel.app\/*",
                "*:\/\/*.zapier.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "contentscript.js"
            ],
            "css": [
                "contentscript.css"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.findcustomer.io\/*",
        "*:\/\/*.linkedin.com\/*"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ]
}