dosi.io

Find out everything about that person you just met.

Vad är dosi.io?

dosi.io är en Chrome-tillägg utvecklad av https://dosi.io, och dess huvudfunktion är "Find out everything about that person you just met.".

Tilläggsskärmbilder

screenshot

Ladda ner dosi.io-förlängningens CRX-fil

Ladda ner dosi.io-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn dosi.io dosi.io
ID admhojmcphjknfpifjchkpbbhphnndgo
Officiell webbadress https://chromewebstore.google.com/detail/dosiio/admhojmcphjknfpifjchkpbbhphnndgo
Beskrivning Find out everything about that person you just met.
Filstorlek 55.61 KB
Antal Installationer 296
Aktuell Version 1.0.0.5
Senast Uppdaterad 2013-04-28
Publiceringsdatum 2013-04-28
Betyg 3.75/5 Totalt 12 Betyg
Utvecklare https://dosi.io
Betalningssätt free
Tilläggswebbplats http://dosi.io
Stödda Språk 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"
}