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はJobrainによって開発されたChromeの拡張機能で、その主な機能は「Jobrain LinkedIn Prospects let you import your LinkedIn 1st degree connections directly to your Jobrain account」です。

拡張機能のスクリーンショット

screenshot

Jobrain LinkedIn Prospects拡張機能のCRXファイルをダウンロード

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