Endole QuickView

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

Cos'è Endole QuickView?

Endole QuickView è un'estensione di Chrome sviluppata da Endole®, e la sua funzione principale è "Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Endole QuickView

Scarica i file di estensione Endole QuickView in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Endole QuickView Endole QuickView
ID nfbbahbhaadfdhedpoifbamfdcfnflei
URL Ufficiale https://chromewebstore.google.com/detail/endole-quickview/nfbbahbhaadfdhedpoifbamfdcfnflei
Descrizione Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK.
Dimensione del File 47.9 KB
Conteggio Installazioni 11,813
Versione Corrente 1.2.1
Ultimo Aggiornamento 2020-07-26
Data di Pubblicazione 2020-07-08
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Endole®
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.endole.co.uk/
URL della Pagina di Aiuto https://www.endole.co.uk/help/contact-us/?removal=1
URL della Pagina della Politica sulla Privacy https://www.endole.co.uk/help/privacy-policy
Lingue Supportate 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\/"
    ]
}