Endole QuickView

Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK.

Что такое Endole QuickView?

Endole QuickView - это расширение Chrome, разработанное Endole®, и его основная функция - "Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK.".

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

screenshot
screenshot
screenshot
screenshot

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

Скачайте файлы расширений Endole QuickView в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Endole QuickView helps you learn about the businesses behind a website faster than ever, displaying Key Financials, Decision Makers, and Live Company Details in a single click.

After opening any website in the UK, QuickView by Endole lets you:

- See who the company behind the website is, including its Name and Age.  
- Understand the company’s spending budget with Key Financials like Cash In Bank.
- See who’s best to contact with a full view of a company’s decision makers.
- Find the best way to get in touch, with Telephone, Emails, Mailing Addresses, as well as Social Media.                    

Основная информация о расширении

Название Endole QuickView Endole QuickView
ID nfbbahbhaadfdhedpoifbamfdcfnflei
Официальный URL https://chromewebstore.google.com/detail/endole-quickview/nfbbahbhaadfdhedpoifbamfdcfnflei
Описание Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK.
Размер файла 47.9 KB
Количество установок 11,813
Текущая Версия 1.2.1
Последнее Обновление 2020-07-26
Дата публикации 2020-07-08
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Endole®
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.endole.co.uk/
URL страницы помощи https://www.endole.co.uk/help/contact-us/?removal=1
URL страницы политики конфиденциальности https://www.endole.co.uk/help/privacy-policy
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Endole QuickView",
    "version": "1.2.1",
    "description": "Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.endole.co.uk\/*",
                "https:\/\/*.endole.co.uk\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Endole QuickView",
        "default_icon": "img\/128.png"
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.endole.co.uk\/"
    ]
}