Recruiter Tool

LinkedIn, Indeed, CareerBuilder and Monster data capturing extension

Recruiter Toolとは何ですか?

Recruiter ToolはSeternity Solutionsによって開発されたChromeの拡張機能で、その主な機能は「LinkedIn, Indeed, CareerBuilder and Monster data capturing extension」です。

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

screenshot
screenshot

Recruiter Tool拡張機能のCRXファイルをダウンロード

Recruiter Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A tool that saves lot of time for Recruiters and Sourcers. The tool captures data from databases like Monster, CareerBuilder, Indeed, Linkedin Recruiter. The fields include Full Name, First Name, Location, Designation, URL,  Email, Phone Number and resume download with just one click.

The tool saves tremendous amount of time consumed in capturing details of candidates, downloading resume , and changing resume file name in Spreadsheet by getting all this done in just one click.                    

拡張機能の基本情報

名前 Recruiter Tool Recruiter Tool
ID noaijpjakfhifdfidojijnemgphipeei
公式URL https://chrome.google.com/webstore/detail/recruiter-tool/noaijpjakfhifdfidojijnemgphipeei
説明 LinkedIn, Indeed, CareerBuilder and Monster data capturing extension
ファイルサイズ 30.24 KB
インストール数 36
現在のバージョン 0.5
最終更新日 2022-04-10
公開日 2020-03-18
開発者 Seternity Solutions
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Recruiter Tool",
    "description": "LinkedIn, Indeed, CareerBuilder and Monster data capturing extension",
    "version": "0.5",
    "icons": {
        "128": "Recruiter_Tool128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "background",
        "downloads",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/docs.google.com\/*",
        "https:\/\/resumes.indeed.com\/*",
        "https:\/\/employer.careerbuilder.com\/*",
        "https:\/\/hiring.monster.com\/*"
    ],
    "browser_action": {
        "default_icon": "Recruiter_Tool38.png",
        "default_title": "Click here to open menu",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "shared.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/resumes.indeed.com\/*",
                "https:\/\/employer.careerbuilder.com\/*",
                "https:\/\/hiring.monster.com\/*"
            ],
            "js": [
                "shared.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/resumes.indeed.com\/*",
                "https:\/\/employer.careerbuilder.com\/*",
                "https:\/\/hiring.monster.com\/*"
            ],
            "js": [
                "start.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "xhr.js"
    ]
}