eRecruiter sourcing

Source candidates and import data from selected social media directly into eRecruiter

eRecruiter sourcingคืออะไร?

eRecruiter sourcing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eRecruitment Solutions sp. z o. o. และคุณลักษณะหลักของมันคือ "Source candidates and import data from selected social media directly into eRecruiter"

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

screenshot
screenshot

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

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

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

                        Sourcing candidates from social media has never been easier!

Just browse to a candidate profile on a supported social networking service, click the eRecruiter icon in the top right corner of the browser, and you'll have the opportunity to import their basic profile information to the selected recruitment project in eRecruiter. 

Which information can you save?: 
- Name 
- Surname 
- E-mail adress (optional) 
- Telephone number (optional) 
- Link to the profile on the social networking service 
- Recruitment project to which you add a candidate 

All this in just a few simple steps! 

Learn more about eRecruiter and try it now for free: https://erecruiter.pl/en/                    

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

ชื่อ eRecruiter sourcing eRecruiter sourcing
ID gggpgkcgglamfbimnimjlbnoimcamdki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/erecruiter-sourcing/gggpgkcgglamfbimnimjlbnoimcamdki
คำอธิบาย Source candidates and import data from selected social media directly into eRecruiter
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 121
เวอร์ชันปัจจุบัน 1.0.54
อัปเดตครั้งล่าสุด 2024-02-13
วันที่เผยแพร่ 2022-04-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา eRecruitment Solutions sp. z o. o.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.erecruiter.pl
URL หน้านโยบายความเป็นส่วนตัว https://erecruiter.pl/en/privacy-policy
ภาษาที่รองรับ en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "eRecruiter sourcing",
    "version": "1.0.54",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png"
        },
        "default_popup": "popup.html",
        "default_title": "eRecruiter"
    },
    "background": {
        "service_worker": "background.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArZnt1TQdEFqpyw24wjVqMG+RpxdD7cWV4yr5hTWvKOBHSc2Chu1M5xG+0C6nHbzGPoD4UwX+b5lP2pAMHHU5DFg6BnLi0SwbD1eXyss+z1L9rxlo+sE\/4ZwHmQxZXIAOHsYKKhHxwNfqldhXXC0qqoAuMRAVCVReI\/mrFiSuOVWFVO9in7YwNG9oARm5LJCa31jHuyBQd\/P\/i2hV5zdLA3C9DP8DPQp8ZYEIC+mzx5dSpiSf\/iTdhrHad4fDc5lEUJOsUlrzSMT2P3POOHgDonnqGR4U44nmpQIAzPxk8HX5bVpXGr1+ocXEVsRw1sQ5bPqk9TIFi\/+9KEF2M45FrwIDAQAB",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "permissions": [
        "identity",
        "storage",
        "declarativeContent",
        "alarms",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/auth.erecruiter.pl\/connect\/*",
        "https:\/\/system.erecruiter.pl\/api\/*",
        "https:\/\/*.ingest.sentry.io\/*"
    ]
}