Factorial Sourcing

Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.

Factorial Sourcingとは何ですか?

Factorial SourcingはFactorial HRによって開発されたChromeの拡張機能で、その主な機能は「Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Sourcing candidates is a very time-consuming method to acquire candidates, but it is also key to get the best talent. This extension enables Factorial clients to make sourcing straightforward by allowing to import candidate profiles from LinkedIn and other popular sites.

- Assign candidates to a specific job opening and phase
- Gather candidate contact information                    

拡張機能の基本情報

名前 Factorial Sourcing Factorial Sourcing
ID ceaieellonhoiaielfdbelnpblojpecd
公式URL https://chromewebstore.google.com/detail/factorial-sourcing/ceaieellonhoiaielfdbelnpblojpecd
説明 Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.
ファイルサイズ 20.68 KB
インストール数 160
現在のバージョン 0.1.1
最終更新日 2023-01-14
公開日 2023-01-13
評価 5.00/5 合計 1 レビュー
開発者 Factorial HR
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://factorialhr.com/
ヘルプページのURL https://help.factorialhr.com/
プライバシーポリシーページのURL https://factorialhr.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Factorial Sourcing",
    "description": "Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.",
    "version": "0.1.1",
    "minimum_chrome_version": "108",
    "action": {
        "default_icon": {
            "16": "images\/logo-16.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/tab.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "js\/linkedin.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "js\/linkedin_talent.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/talent\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar.html",
                "js\/sidebar.js",
                "css\/sidebar.css",
                "css\/tab.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+F",
                "mac": "Alt+Shift+F",
                "chromeos": "Alt+Shift+F",
                "linux": "Alt+Shift+F"
            }
        }
    },
    "permissions": [
        "cookies",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "https:\/\/app.factorialhr.com\/",
        "https:\/\/api.factorialhr.com\/"
    ]
}