Freshteam Sourcing Extension

Easy plug and play extension from Freshteam to source your candidates.

Freshteam Sourcing Extension란 무엇입니까?

Freshteam Sourcing Extension은(는) Freshteam by Freshworks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy plug and play extension from Freshteam to source your candidates."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Freshteam Sourcing Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Pursuing candidates on external sites made easy!

With the all new Freshteam Sourcing Extension you can:

→ Experience frictionless candidate sourcing
→ Avoid pursuing duplicate candidates
→ Spend more time in building hiring pipeline 

You need a Freshteam account to use this extension. Signup for free here: https://www.freshworks.com/hrms/signup/                    

확장 프로그램 기본 정보

이름 Freshteam Sourcing Extension Freshteam Sourcing Extension
ID efceagngbclbofcpknkbbicbmfdbpefa
공식 URL https://chromewebstore.google.com/detail/freshteam-sourcing-extens/efceagngbclbofcpknkbbicbmfdbpefa
설명 Easy plug and play extension from Freshteam to source your candidates.
파일 크기 1.66 MB
설치 횟수 462
현재 버전 2.2.0
최근 업데이트 2022-09-05
출시 날짜 2021-06-17
평점 3.67/5 총 3 개의 평점
개발자 Freshteam by Freshworks
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.freshworks.com/hrms/
도움말 페이지 URL https://support.freshteam.com/support/home
개인정보 보호 정책 페이지 URL https://www.freshworks.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freshteam Sourcing Extension",
    "description": "Easy plug and play extension from Freshteam to source your candidates.",
    "version": "2.2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "icons": {
        "16": "assets\/images\/ft-logo-s.png",
        "48": "assets\/images\/ft-logo-m.png",
        "128": "assets\/images\/ft-logo-l.png"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "Freshteam Sourcing Extension"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/ft-chrome-extension.css",
                "assets\/vendor.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}