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