dosi.io
Find out everything about that person you just met.
What is dosi.io?
dosi.io is a Chrome extension developed by https://dosi.io, and its main feature is "Find out everything about that person you just met.".
Extension Screenshots
Download dosi.io Extension CRX File
Download dosi.io 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
dosi.io is a simple indicator of professional relevance on LinkedIn. dosi.io helps you identify the most useful connections in your professional network. LinkedIn profiles are combined with data from GitHub, CrunchBase, AngelList and more to help you quickly assess business contacts, technical aptitude, and entrepreneurial drive. Stop wasting your time.
Extension Basic Information
Name | dosi.io |
ID | admhojmcphjknfpifjchkpbbhphnndgo |
Official URL | https://chromewebstore.google.com/detail/dosiio/admhojmcphjknfpifjchkpbbhphnndgo |
Description | Find out everything about that person you just met. |
File Size | 55.61 KB |
Installation Count | 296 |
Current Version | 1.0.0.5 |
Last Updated | 2013-04-28 |
Publish Date | 2013-04-28 |
Rating | 3.75/5 Total 12 Ratings |
Developer | https://dosi.io |
Payment Type | free |
Extension Website | http://dosi.io |
Supported Languages | en |
manifest.json | |
{ "web_accessible_resources": [ "angellist-100.jpg", "github-98.gif", "crunchbase-100.png", "green_circle_small.png", "linked.png", "git.png", "angel.png" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Find out everything about that person you just met.", "name": "dosi.io", "permissions": [ "https:\/\/secure.flickr.com\/", "https:\/\/www.linkedin.com\/", "https:\/\/api.angel.co\/", "http:\/\/api.crunchbase.com\/", "http:\/\/dosi.io\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.linkedin.com\/*" ], "js": [ "dosiio.js", "jquery-1.9.1.min.js" ], "css": [ "dosiio.css" ] } ], "manifest_version": 2, "version": "1.0.0.5" } |