RecruitON

Lightweight and efficient tool to source, organize, export and share Linkedin candidate profiles!

RecruitONとは何ですか?

RecruitONはIBA Groupによって開発されたChromeの拡張機能で、その主な機能は「Lightweight and efficient tool to source, organize, export and share Linkedin candidate profiles!」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        ➤ Export Candidate Profiles as PDFs
RecruitON allows you to download Candidate profiles in the form of a PDF file.
➤ Share Candidate Profiles
You can share promising or interesting candidate profiles with contacts in your address book. But do not forget to organize it first.
➤ Add Notes to Candidates
Use Notes to record and organize your thoughts on candidates throughout the hiring process.
➤ Set a Candidate Reminder
Timing is everything when hiring. Sometimes, though, you're not completely in-sync with a candidate you're interested in. Our function helps keep candidates top of mind down the road.
➤ Manage Tags and Source Tags
Use custom tags to organize your candidates. Good recruitment teams not only hire fast, but they go one step further and tag each candidate. Over time, you'll gather valuable information about every single candidate - and it will all be easily searchable later.                    

拡張機能の基本情報

名前 RecruitON RecruitON
ID obmkdnnpbekmdbcbmkchhpfiphoglnoe
公式URL https://chromewebstore.google.com/detail/recruiton/obmkdnnpbekmdbcbmkchhpfiphoglnoe
説明 Lightweight and efficient tool to source, organize, export and share Linkedin candidate profiles!
ファイルサイズ 1.82 MB
インストール数 47
現在のバージョン 1.0.2
最終更新日 2021-08-24
公開日 2021-08-08
評価 5.00/5 合計 1 レビュー
開発者 IBA Group
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RecruitON",
    "version": "1.0.2",
    "description": "Lightweight and efficient tool to source, organize, export and share Linkedin candidate profiles!",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "notifications",
        "background",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/candidate-service.js",
            "js\/lib\/jquery-3.2.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js",
                "js\/candidate.js",
                "js\/experience.js",
                "js\/experience_role.js",
                "js\/education.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/recruitit_icon_bold.png",
            "32": "images\/recruitit_icon_bold.png",
            "48": "images\/recruitit_icon_bold.png",
            "128": "images\/recruitit_icon_bold.png"
        }
    },
    "icons": {
        "16": "images\/recruiton_icon.png",
        "32": "images\/recruiton_icon.png",
        "48": "images\/recruiton_icon.png",
        "128": "images\/recruiton_icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jspdf\/2.3.1\/jspdf.umd.min.js https:\/\/unpkg.com\/@popperjs\/core@2 https:\/\/unpkg.com\/tippy.js@6; object-src 'self'",
    "web_accessible_resources": [
        "popup.html",
        "tc_popup.html"
    ],
    "manifest_version": 2
}