Recruit Wizard

Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.

Recruit Wizard란 무엇입니까?

Recruit Wizard은(는) https://recruitwizard.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Recruit Wizard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Recruit Wizard's Chrome Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.                    

확장 프로그램 기본 정보

이름 Recruit Wizard Recruit Wizard
ID lmfchgkcgflmhcjgnoldbabhlfahfagi
공식 URL https://chromewebstore.google.com/detail/recruit-wizard/lmfchgkcgflmhcjgnoldbabhlfahfagi
설명 Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.
파일 크기 313 KB
설치 횟수 146
현재 버전 3.3.0
최근 업데이트 2024-02-21
출시 날짜 2020-06-02
평점 5.00/5 총 1 개의 평점
개발자 https://recruitwizard.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://recruitwizard.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recruit Wizard",
    "version": "3.3.0",
    "manifest_version": 2,
    "description": "Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.",
    "icons": {
        "128": "RecruitWizardIcon.png"
    },
    "page_action": {
        "default_icon": "RecruitWizardIcon.png",
        "default_popup": "index.html",
        "default_title": "Recruit Wizard"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "declarativeContent",
        "contextMenus",
        "https:\/\/*.recruitwizard.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "http:\/\/*.linkedin.com\/*",
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*",
        "http:\/\/www.facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ]
}