Email Finder by AhaLeads
Find emails from LinkedIn and save them to AhaLeads
Cos'è Email Finder by AhaLeads?
Email Finder by AhaLeads è un'estensione di Chrome sviluppata da http://ahaleads.com, e la sua funzione principale è "Find emails from LinkedIn and save them to AhaLeads".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Email Finder by AhaLeads
Scarica i file di estensione Email Finder by AhaLeads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
AhaLeads is multi-channel lead generation software. Using this Chrome extension, you can find emails on LinkedIn and add them to AhaLeads. Also, it allows you to identify anonymous visitors on your website.
Informazioni di Base sull'Estensione
Nome | |
ID | egpmnkkglcjnkonoenjephjdnjalcaei |
URL Ufficiale | https://chrome.google.com/webstore/detail/email-finder-by-ahaleads/egpmnkkglcjnkonoenjephjdnjalcaei |
Descrizione | Find emails from LinkedIn and save them to AhaLeads |
Dimensione del File | 976 KB |
Conteggio Installazioni | 112 |
Versione Corrente | 0.46 |
Ultimo Aggiornamento | 2019-07-28 |
Data di Pubblicazione | 2019-07-28 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | http://ahaleads.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://ahaleads.com/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/jquery\/jquery.min.js", "src\/background\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon48.png", "default_popup": "src\/browser-action\/browser-action.html", "default_title": "AhaLeads" }, "content_scripts": [ { "css": [ "css\/bootstrap.min.css", "css\/font-awesome.min.css", "src\/inject\/ahaleads.css", "css\/linkedin\/linkedin-profile.css", "css\/linkedin\/linkedin-search.css" ], "js": [ "js\/jquery\/jquery.min.js", "js\/jquery\/jquery-ui.min.js", "src\/inject\/ahaleads.js", "js\/jquery\/jquery-waituntilexists.js", "src\/linkedin\/linkedin-profile.js" ], "matches": [ "*:\/\/*.linkedin.com\/profile\/view*", "*:\/\/*.linkedin.com\/in\/*", "*:\/\/*.linkedin.com\/pub\/*", "*:\/\/*.linkedin.com\/sales\/profile\/*", "*:\/\/*.linkedin.com\/sales\/people\/*", "*:\/\/*.linkedin.com\/recruiter\/profile\/*" ] }, { "css": [ "css\/bootstrap.min.css", "css\/font-awesome.min.css", "src\/inject\/ahaleads.css", "css\/linkedin\/linkedin-profile.css", "css\/linkedin\/linkedin-search.css" ], "js": [ "js\/jquery\/jquery.min.js", "js\/jquery\/jquery-ui.min.js", "src\/inject\/ahaleads.js", "js\/jquery\/jquery-waituntilexists.js", "src\/linkedin\/linkedin-search.js" ], "matches": [ "*:\/\/*.linkedin.com\/vsearch\/*", "*:\/\/*.linkedin.com\/sales\/search*", "*:\/\/*.linkedin.com\/search\/*", "*:\/\/*.linkedin.com\/sales\/accounts*", "*:\/\/*.linkedin.com\/cap\/peopleSearch\/*", "*:\/\/*.linkedin.com\/recruiter\/smartsearch*" ] } ], "description": "Find emails from LinkedIn and save them to AhaLeads", "homepage_url": "https:\/\/ahaleads.com\/", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Email Finder by AhaLeads", "options_page": "src\/options\/index.html", "permissions": [ "*:\/\/*.linkedin.com\/profile\/view*", "*:\/\/*.linkedin.com\/in\/*", "*:\/\/*.linkedin.com\/pub\/*", "*:\/\/*.linkedin.com\/sales\/profile\/*", "*:\/\/*.linkedin.com\/sales\/people\/*", "*:\/\/*.linkedin.com\/recruiter\/profile\/*", "tabs", "activeTab", "storage", "management", "webNavigation" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.46", "web_accessible_resources": [ "src\/options\/index.html", "fonts\/fontawesome-webfont.eot", "fonts\/fontawesome-webfont.svg", "fonts\/fontawesome-webfont.ttf", "fonts\/fontawesome-webfont.woff", "fonts\/fontawesome-webfont.woff2", "fonts\/FontAwesome.otf", "img\/logo.png", "img\/logo-glyph.png", "img\/ajax_loader.gif" ] } |