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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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