Endole QuickView

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

O que é Endole QuickView?

Endole QuickView é uma extensão do Chrome desenvolvida por Endole®, e sua principal característica é "Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Endole QuickView

Baixe arquivos de extensão Endole QuickView no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Endole QuickView Endole QuickView
ID nfbbahbhaadfdhedpoifbamfdcfnflei
URL Oficial https://chromewebstore.google.com/detail/endole-quickview/nfbbahbhaadfdhedpoifbamfdcfnflei
Descrição Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK.
Tamanho do Arquivo 47.9 KB
Contagem de Instalações 11,813
Versão Atual 1.2.1
Última Atualização 2020-07-26
Data de Publicação 2020-07-08
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Endole®
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.endole.co.uk/
URL da Página de Ajuda https://www.endole.co.uk/help/contact-us/?removal=1
URL da Página de Política de Privacidade https://www.endole.co.uk/help/privacy-policy
Idiomas Suportados 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\/"
    ]
}