Endole QuickView

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

Endole QuickView là gì?

Endole QuickView là một tiện ích mở rộng Chrome được phát triển bởi Endole®, và tính năng chính của nó là "Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Endole QuickView

Tải xuống các tệp mở rộng Endole QuickView dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Endole QuickView Endole QuickView
ID nfbbahbhaadfdhedpoifbamfdcfnflei
URL Chính Thức https://chromewebstore.google.com/detail/endole-quickview/nfbbahbhaadfdhedpoifbamfdcfnflei
Mô tả Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK.
Kích Thước Tệp 47.9 KB
Số Lần Cài Đặt 11,813
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2020-07-26
Ngày Phát Hành 2020-07-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Endole®
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.endole.co.uk/
URL Trang Trợ Giúp https://www.endole.co.uk/help/contact-us/?removal=1
URL Trang Chính Sách Bảo Mật https://www.endole.co.uk/help/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}