Findcustomer

Your best companion when prospecting with Findcustomer.

Что такое Findcustomer?

Findcustomer - это расширение Chrome, разработанное https://findcustomer.io, и его основная функция - "Your best companion when prospecting with Findcustomer.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Findcustomer

Скачайте файлы расширений 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\/*"
    ]
}