dosi.io
Find out everything about that person you just met.
dosi.io란 무엇입니까?
dosi.io은(는) https://dosi.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find out everything about that person you just met."입니다.
확장 프로그램 스크린샷
dosi.io 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | dosi.io |
ID | admhojmcphjknfpifjchkpbbhphnndgo |
공식 URL | https://chromewebstore.google.com/detail/dosiio/admhojmcphjknfpifjchkpbbhphnndgo |
설명 | Find out everything about that person you just met. |
파일 크기 | 55.61 KB |
설치 횟수 | 296 |
현재 버전 | 1.0.0.5 |
최근 업데이트 | 2013-04-28 |
출시 날짜 | 2013-04-28 |
평점 | 3.75/5 총 12 개의 평점 |
개발자 | https://dosi.io |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://dosi.io |
지원되는 언어 | 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" } |