Homerun Talent Clipper

Scout talent directly from social media to Homerun.

Homerun Talent Clipperคืออะไร?

Homerun Talent Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://homerun.co และคุณลักษณะหลักของมันคือ "Scout talent directly from social media to Homerun."

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

screenshot
screenshot
screenshot

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

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

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

                        Add qualified potential candidates to Homerun from everywhere on the web using the Chrome Talent Clipper extension. When you're on the social media profile of a potential candidate, simply click the Homerun icon to open the Talent Clipper sidebar and add them to your Homerun account. The Clipper works for most major professional social media platforms and adds the name and any other available information to the candidate profile in Homerun.

Homerun is an easy-to-use tool that helps small businesses manage their hiring flow and make meaningful hires. With beautifully styled job posts and customizable apply forms, you can put the candidate experience front and center. Homerun allows you to organize your hiring, communicate with talent and review candidates as a team – bringing your hiring process together in one clear overview.                    

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

ชื่อ Homerun Talent Clipper Homerun Talent Clipper
ID difbjidgnnghconckdfoblepajcekoje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/homerun-talent-clipper/difbjidgnnghconckdfoblepajcekoje
คำอธิบาย Scout talent directly from social media to Homerun.
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 749
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2023-12-12
วันที่เผยแพร่ 2020-04-22
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://homerun.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.homerun.co/feature/talent-clipper
URL หน้าช่วยเหลือ https://help.homerun.co/en/articles/2240800-how-do-i-source-people-directly-from-websites-like-linkedin-github-dribbble-and-behance
URL หน้านโยบายความเป็นส่วนตัว https://www.homerun.co/privacy-statement
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homerun Talent Clipper",
    "description": "Scout talent directly from social media to Homerun.",
    "version": "2.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "\/icons\/icon_16.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/admin.homerun.co\/",
        "https:\/\/app.homerun.co\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/GT-America-Standard-Regular.otf",
                "\/fonts\/GT-Walsheim-Ultra-Bold.ttf",
                "\/images\/homerun-button.png",
                "\/images\/homerun-logo.png",
                "content.html",
                "site_identifiers.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "\/icons\/icon_16.png",
        "32": "\/icons\/icon_32.png",
        "48": "\/icons\/icon_48.png",
        "128": "\/icons\/icon_128.png"
    }
}