7 ms·
No, it is using FullContact APIs.
by sudheendrach 12y ago
No, it is using FullContact APIs.
- sudheendrach 12y agoOops.. you are right. They are using rapportive. var LOGIN_URL = 'https://rapportive.com/login_status'; var LOOKUP_URL = 'https://profiles.rapportive.com/contacts/email/'; var API_HOST = '104.131.218.68'; var API_URL = 'http://'+API_HOST+'/api/profiles';
- mkrecny 12y agoHow do you access the source?
- illdave 12y agoAfter installing the extension, open the extensions menu, find it and click "Inspect views: background page", then check the JS file that it references.
- fletchowns 12y agoAny chance you can share the source in a gist or something?