dosi.io

Find out everything about that person you just met.

Что такое dosi.io?

dosi.io - это расширение Chrome, разработанное https://dosi.io, и его основная функция - "Find out everything about that person you just met.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения dosi.io

Скачайте файлы расширений 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"
}