dosi.io

Find out everything about that person you just met.

Was ist dosi.io?

dosi.io ist eine Chrome-Erweiterung, die von https://dosi.io entwickelt wurde, und ihr Hauptmerkmal ist "Find out everything about that person you just met.".

Erweiterungsscreenshots

screenshot

dosi.io-Erweiterungs-CRX-Datei herunterladen

Laden Sie dosi.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name dosi.io dosi.io
ID admhojmcphjknfpifjchkpbbhphnndgo
Offizielle URL https://chromewebstore.google.com/detail/dosiio/admhojmcphjknfpifjchkpbbhphnndgo
Beschreibung Find out everything about that person you just met.
Dateigröße 55.61 KB
Installationsanzahl 296
Aktuelle Version 1.0.0.5
Letztes Update 2013-04-28
Veröffentlichungsdatum 2013-04-28
Bewertung 3.75/5 Insgesamt 12 Bewertungen
Entwickler https://dosi.io
Zahlungsart free
Erweiterungswebsite http://dosi.io
Unterstützte Sprachen 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"
}