Jobrain LinkedIn Prospects

Jobrain LinkedIn Prospects let you import your LinkedIn 1st degree connections directly to your Jobrain account

Jobrain LinkedIn Prospectsคืออะไร?

Jobrain LinkedIn Prospects เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jobrain และคุณลักษณะหลักของมันคือ "Jobrain LinkedIn Prospects let you import your LinkedIn 1st degree connections directly to your Jobrain account"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jobrain LinkedIn Prospects

ดาวน์โหลดไฟล์ส่วนขยาย Jobrain LinkedIn Prospects ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Source for prospects on LinkedIn and import them to your Jobrain account in one-click.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Jobrain LinkedIn Prospects Jobrain LinkedIn Prospects
ID chfejgbkikpklpofhdbmgncaehkghbbi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/jobrain-linkedin-prospect/chfejgbkikpklpofhdbmgncaehkghbbi
คำอธิบาย Jobrain LinkedIn Prospects let you import your LinkedIn 1st degree connections directly to your Jobrain account
ขนาดไฟล์ 31.11 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2016-07-18
วันที่เผยแพร่ 2016-07-18
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jobrain
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.jobrain.com
URL หน้าช่วยเหลือ http://www.jobrain.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jobrain LinkedIn Prospects",
    "description": "Jobrain LinkedIn Prospects let you import your LinkedIn 1st degree connections directly to your Jobrain account",
    "version": "1.0.8",
    "author": "The Jobrain Team. [email protected]",
    "icons": {
        "19": "src\/icons\/panel-icon-grayscale.png",
        "128": "src\/icons\/playmarket-icon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "src\/icons\/panel-icon-grayscale.png",
            "38": "src\/icons\/jobrain-site-logo-big.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "src\/js\/background.js"
        ]
    }
}