Paraform

A recruiting sourcing extension for use with Paraform

Paraformคืออะไร?

Paraform เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://paraform.com และคุณลักษณะหลักของมันคือ "A recruiting sourcing extension for use with Paraform"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Paraform ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Source easier and faster than ever with Paraform's extension! 

Paraform makes freelance recruiting accessible to anyone. Our product is a recruiting marketplace where actively hiring companies post bounties for their open roles and anyone (professional recruiter or otherwise) can collect it by successfully referring a candidate. Use your network to its fullest potential on Paraform. Go to paraform.com to learn more about how you can get started.

Once installed, our extension will automatically list your approved roles from which you can pick a role to start sourcing for. Start browsing LinkedIn profiles to automatically save your interested candidates and all their details to Paraform, along with any additional notes you may have to help you follow up with them on our platform at a later time. These saved candidates will be listed on your Paraform dashboard where you can track them through the subsequent hiring phases.

Paraform is now powered by AI! Using our extension, you can generate personalized cold intro messages to any potential candidates using information drawn from their LinkedIn profile and the requirements for the current role you have selected with a simple click of a button.

Detailed setup guide: https://www.paraform.com/help/article/chrome-extension                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Paraform Paraform
ID nmlbdaeboelgpgcibkcpmijidglijfdd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/paraform/nmlbdaeboelgpgcibkcpmijidglijfdd
คำอธิบาย A recruiting sourcing extension for use with Paraform
ขนาดไฟล์ 217 KB
จำนวนการติดตั้ง 1,106
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2023-03-29
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://paraform.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.paraform.com/
URL หน้าช่วยเหลือ https://www.paraform.com/help/article/chrome-extension
URL หน้านโยบายความเป็นส่วนตัว https://www.paraform.com/terms?terms=privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A recruiting sourcing extension for use with Paraform",
    "version": "1.2.3",
    "manifest_version": 3,
    "name": "Paraform",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "16": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.paraform.com\/*"
    ]
}