dosi.io
Find out everything about that person you just met.
Hvad er dosi.io?
dosi.io er en Chrome-udvidelse udviklet af https://dosi.io, og dens hovedfunktion er "Find out everything about that person you just met.".
Udvidelsesskærmbilleder
Download dosi.io-udvidelses-CRX-fil
Download dosi.io-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | dosi.io |
ID | admhojmcphjknfpifjchkpbbhphnndgo |
Officiel URL | https://chromewebstore.google.com/detail/dosiio/admhojmcphjknfpifjchkpbbhphnndgo |
Beskrivelse | Find out everything about that person you just met. |
Filstørrelse | 55.61 KB |
Antal Installationer | 296 |
Nuværende Version | 1.0.0.5 |
Senest Opdateret | 2013-04-28 |
Udgivelsesdato | 2013-04-28 |
Bedømmelse | 3.75/5 Samlet 12 Bedømmelser |
Udvikler | https://dosi.io |
Betalingsmetode | free |
Udvidelseswebsted | http://dosi.io |
Understøttede Sprog | 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" } |