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 |
| 官方網址 | 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\/"
]
} | |