Discoverly
Reveal, and now save, more complete social contact info alongside those online profiles you normally view.
What is Discoverly?
Discoverly is a Chrome extension developed by https://discover.ly, and its main feature is "Reveal, and now save, more complete social contact info alongside those online profiles you normally view.".
Extension Screenshots
Download Discoverly Extension CRX File
Download Discoverly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Gmail, Facebook, Twitter & LinkedIn don't play well together, but Discoverly helps them "play nice." • Gmail: see contacts' work info, mutual connections and tweets (with Rapportive too!) • LinkedIn profiles: see when you have mutual Facebook friends and tweets. • Facebook profiles: see LinkedIn info, mutual connections and tweets • Twitter profiles: see LinkedIn info, mutual connections from Facebook and LinkedIn Great for a job hunter, sales, recruiting, entrepreneurs and anyone looking to find an email address. If you experience any issues, please email: [email protected].
Extension Basic Information
Name | Discoverly |
ID | dijhcpbkalfgkcebgoncjmfpbamihgaf |
Official URL | https://chromewebstore.google.com/detail/discoverly/dijhcpbkalfgkcebgoncjmfpbamihgaf |
Description | Reveal, and now save, more complete social contact info alongside those online profiles you normally view. |
File Size | 294 KB |
Installation Count | 32,792 |
Current Version | 1.17 |
Last Updated | 2024-01-27 |
Publish Date | 2020-05-26 |
Rating | 4.01/5 Total 365 Ratings |
Developer | https://discover.ly |
[email protected] | |
Payment Type | free |
Extension Website | http://discover.ly/ |
Help Page URL | http://discover.ly/ |
Privacy Policy Page URL | http://discover.ly/about/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Discoverly", "description": "Reveal, and now save, more complete social contact info alongside those online profiles you normally view.", "version": "1.17", "permissions": [ "tabs", "activeTab", "cookies", "storage", "runtime", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "icons": { "16": "\/img\/dly-icon_16.png", "32": "\/img\/dly-icon_32.png", "48": "\/img\/dly-icon_48.png", "128": "\/img\/dly-icon_128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "\/img\/dly-icon_16.png", "32": "\/img\/dly-icon_32.png", "48": "\/img\/dly-icon_48.png", "128": "\/img\/dly-icon_128.png" } }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/discover.ly\/*" ], "js": [ "content_scripts.js", "installation_check.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "matches": [ " |