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
电子邮箱 [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\/"
    ]
}