re:Scan

A Chrome extension that provides a detailed report on how well-tailored an applicant's resume is to a particular job description.

re:Scanとは何ですか?

re:ScanはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension that provides a detailed report on how well-tailored an applicant's resume is to a particular job description.」です。

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

screenshot
screenshot

re:Scan拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        re:Scan is a resume scanner that takes in a resume and parses through it for keywords. It then parses through a web page's job description with the click of a button and provides a general summary that includes a similarity score, keyword comparisons, and suggestions. The parsed resume persists through multiple clicks, so there is no need to upload a new resume every time one wants to compare their resume to a job description. While the extension is geared towards helping job-seekers, it is also useful for recruiters who are curious about an applicant's resume's fit.                    

拡張機能の基本情報

名前 re:Scan re:Scan
ID fjiopcojjjafjnfgipombdbpjimignpl
公式URL https://chromewebstore.google.com/detail/rescan/fjiopcojjjafjnfgipombdbpjimignpl
説明 A Chrome extension that provides a detailed report on how well-tailored an applicant's resume is to a particular job description.
ファイルサイズ 6.63 MB
インストール数 718
現在のバージョン 1.2
最終更新日 2019-03-08
公開日 2019-03-08
評価 4.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "re:Scan",
    "description": "A Chrome extension that provides a detailed report on how well-tailored an applicant's resume is to a particular job description.",
    "version": "1.2",
    "browser_action": {
        "default_icon": ".\/lib\/icon.png",
        "default_popup": ".\/lib\/rescan.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/lib\/jquery-3.1.1.min.js",
                ".\/lib\/pullDescription.js"
            ]
        }
    ]
}