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.”。

扩展截图

screenshot

下载dosi.io扩展crx文件

下载dosi.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
}