Lightning Lookup
Lightning Lookup allows you to find business email addresses and help you reach sales prospects, instantly.
¿Qué es Lightning Lookup?
Lightning Lookup es una extensión de Chrome desarrollada por https://www.lightninglookup.com, y su función principal es "Lightning Lookup allows you to find business email addresses and help you reach sales prospects, instantly.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Lightning Lookup
Descarga archivos de extensión Lightning Lookup en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | cnblenmcbbcpjfmdijjeedjhcgbdbjnp |
URL Oficial | https://chromewebstore.google.com/detail/lightning-lookup/cnblenmcbbcpjfmdijjeedjhcgbdbjnp |
Descripción | Lightning Lookup allows you to find business email addresses and help you reach sales prospects, instantly. |
Tamaño del Archivo | 688 KB |
Cantidad de Instalaciones | 124 |
Versión Actual | 0.4.4 |
Última Actualización | 2017-08-09 |
Fecha de Publicación | 2017-08-09 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://www.lightninglookup.com |
Tipo de Pago | free |
Idiomas Soportados | 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:\/\/*\/*" ] } |