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是由Endole®开发的Chrome扩展程序,该扩展的主要功能是“Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK.”。
扩展截图
下载Endole QuickView扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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\/"
]
} | |