closeio / lead-clipper

Chrome extension to create new leads in Close.io based on information from websites
close.io
8 stars 3 forks source link

request for websites #3

Closed philfreo closed 10 years ago

philfreo commented 10 years ago
wojcikstefan commented 10 years ago

kashflow fixed (the way we used to split words in the website's contents was dumb - replaced body.split(' ') with body.match(/\S+/g)).

The first website doesn't even have phone numbers or emails and matching street addresses is a non-trivial issue.