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® |
| Eメール | [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\/"
]
} | |