PR Sourcing Tool

Save time when sourcing candidates.

PR Sourcing Tool란 무엇입니까?

PR Sourcing Tool은(는) https://passivereferral.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save time when sourcing candidates."입니다.

확장 프로그램 스크린샷

screenshot

PR Sourcing Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        BOT Shreyasi by Passivereferral is AI Telephonic Conversational HR, which speaks to candidate over the phone and tale care of end to end talent acquisition Process for employer
PR sourcing tool help companies to automate candidate search and connect to large number of candidates in a go

Passivereferral is a leading HR technology company, with product like applicant tracking system, Talent Crowdsourcing tool, Employee referral tool and many more                    

확장 프로그램 기본 정보

이름 PR Sourcing Tool PR Sourcing Tool
ID eejiciddgbndipimcblbaefniedednnl
공식 URL https://chromewebstore.google.com/detail/pr-sourcing-tool/eejiciddgbndipimcblbaefniedednnl
설명 Save time when sourcing candidates.
파일 크기 232 KB
설치 횟수 33
현재 버전 2.8.8
최근 업데이트 2022-10-25
출시 날짜 2020-06-13
평점 5.00/5 총 3 개의 평점
개발자 https://passivereferral.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://passivereferral.com
도움말 페이지 URL https://support.passivereferral.com
개인정보 보호 정책 페이지 URL https://passivereferral.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PR Sourcing Tool",
    "description": "Save time when sourcing candidates.",
    "version": "2.8.8",
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        "\/js\/scripts.js"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-2.2.4.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "tabs",
        "*:\/\/*.naukri.com\/",
        "*:\/\/*.shine.com\/",
        "*:\/\/*.passivereferral.com\/",
        "https:\/\/api.passivereferral.com\/",
        "https:\/\/www.passivereferral.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "http:\/\/*.passivereferral.com\/"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ],
            "run_at": "document_end",
            "css": [
                "css\/style.css"
            ]
        }
    ]
}