Endole QuickView

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

Co je Endole QuickView?

Endole QuickView je rozšíření Chrome vyvinuté Endole®, a jeho hlavní funkcí je „Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Endole QuickView

Stáhněte si soubory rozšíření Endole QuickView ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Endole QuickView Endole QuickView
ID nfbbahbhaadfdhedpoifbamfdcfnflei
Oficiální URL https://chromewebstore.google.com/detail/endole-quickview/nfbbahbhaadfdhedpoifbamfdcfnflei
Popis Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK.
Velikost souboru 47.9 KB
Počet instalací 11,813
Aktuální Verze 1.2.1
Poslední Aktualizace 2020-07-26
Datum Vydání 2020-07-08
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Endole®
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.endole.co.uk/
URL Stránky Nápovědy https://www.endole.co.uk/help/contact-us/?removal=1
URL Stránky Zásad Ochrany Soukromí https://www.endole.co.uk/help/privacy-policy
Podporované Jazyky 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\/"
    ]
}