Lightning Lookup
Lightning Lookup allows you to find business email addresses and help you reach sales prospects, instantly.
Was ist Lightning Lookup?
Lightning Lookup ist eine Chrome-Erweiterung, die von https://www.lightninglookup.com entwickelt wurde, und ihr Hauptmerkmal ist "Lightning Lookup allows you to find business email addresses and help you reach sales prospects, instantly.".
Erweiterungsscreenshots
Lightning Lookup-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lightning Lookup-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
Lightning Lookup is the simple, easy to use tool, that allows sales, marketing, and business professionals find, discover, and verify email addresses. If you are prospecting, generating leads, or handling outreach, the Lightning Lookup extension will help you more effectively touch leads. Using Lightning Lookup is easy, just enter the name of the person that you're looking for, provide a domain for the email address, and Lightning Lookup will do the rest. Once an email is identified, Lightning Lookup will validate the email through a third party to give you a better understanding of whether an email can be delivered successfully or not. Lightning Lookup is the perfect compliment to other popular lookup and email marketing tools such as Boomerang, Fullcontact, HubSpot, Clearbit, Rapportive and Hunter.
Grundlegende Informationen zur Erweiterung
Name | Lightning Lookup |
ID | cnblenmcbbcpjfmdijjeedjhcgbdbjnp |
Offizielle URL | https://chromewebstore.google.com/detail/lightning-lookup/cnblenmcbbcpjfmdijjeedjhcgbdbjnp |
Beschreibung | Lightning Lookup allows you to find business email addresses and help you reach sales prospects, instantly. |
Dateigröße | 688 KB |
Installationsanzahl | 124 |
Aktuelle Version | 0.4.4 |
Letztes Update | 2017-08-09 |
Veröffentlichungsdatum | 2017-08-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.lightninglookup.com |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lightning Lookup", "description": "Lightning Lookup allows you to find business email addresses and help you reach sales prospects, instantly.", "version": "0.4.4", "browser_action": { "default_icon": { "19": "icons\/lightning_lookup_icon_19.png", "38": "icons\/lightning_lookup_icon_38.png" }, "default_popup": "src\/home\/popup.html", "default_title": "Lightning Lookup" }, "icons": { "16": "icons\/lightning_lookup_icon_16.png", "48": "icons\/lightning_lookup_icon_48.png", "128": "icons\/lightning_lookup_icon_128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "activeTab", "storage", "http:\/\/*\/", "https:\/\/*\/", "http:\/\/*\/*", "https:\/\/*\/*" ] } |