Factorial Sourcing

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

Factorial Sourcingคืออะไร?

Factorial Sourcing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Factorial HR และคุณลักษณะหลักของมันคือ "Import candidates easily from different websites such as LinkedIn into your job openings in Factorial."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Factorial Sourcing

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
    ]
}