Endole QuickView
Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK.
Was ist Endole QuickView?
Endole QuickView ist eine Chrome-Erweiterung, die von Endole® entwickelt wurde, und ihr Hauptmerkmal ist "Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK.".
Erweiterungsscreenshots
Endole QuickView-Erweiterungs-CRX-Datei herunterladen
Laden Sie Endole QuickView-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nfbbahbhaadfdhedpoifbamfdcfnflei |
| Offizielle URL | https://chromewebstore.google.com/detail/endole-quickview/nfbbahbhaadfdhedpoifbamfdcfnflei |
| Beschreibung | Introducing a first-of-a-kind website research tool that's used by Sales and Research teams across the UK. |
| Dateigröße | 47.9 KB |
| Installationsanzahl | 11,813 |
| Aktuelle Version | 1.2.1 |
| Letztes Update | 2020-07-26 |
| Veröffentlichungsdatum | 2020-07-08 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | Endole® |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.endole.co.uk/ |
| Hilfeseite URL | https://www.endole.co.uk/help/contact-us/?removal=1 |
| URL der Datenschutzrichtlinien-Seite | https://www.endole.co.uk/help/privacy-policy |
| Unterstützte Sprachen | 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\/"
]
} | |