Recruiterflow

Recruiterflow Chrome Extension

Recruiterflow란 무엇입니까?

Recruiterflow은(는) https://recruiterflow.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Recruiterflow Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Your perfect companion for social sourcing. Recruiterflow is the easiest and most accurate source of finding anyone's email id from their social profile. Recruiterflow can find anyone's personal email id. We have a powerful database of over 200 million profiles in US and over 600 million profiles all over the globe.  You can use recruiterflow on social networks like Facebook, Twitter, Github, Stackoverflow and Dribbble. 

With Recruiterflow, you can add candidates to your Recruiterflow account and start running drip campaigns to attract the best talent.                    

확장 프로그램 기본 정보

이름 Recruiterflow Recruiterflow
ID gdlphfgigkboncdlkjcamelidhkcgpie
공식 URL https://chromewebstore.google.com/detail/recruiterflow/gdlphfgigkboncdlkjcamelidhkcgpie
설명 Recruiterflow Chrome Extension
파일 크기 2.49 MB
설치 횟수 4,370
현재 버전 6.0.54
최근 업데이트 2024-03-05
출시 날짜 2020-07-03
평점 5.00/5 총 10 개의 평점
개발자 https://recruiterflow.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://recruiterflow.com/
도움말 페이지 URL http://help.recruiterflow.com/
개인정보 보호 정책 페이지 URL https://recruiterflow.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recruiterflow",
    "description": "Recruiterflow Chrome Extension",
    "version": "6.0.54",
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_title": "Recruiterflow",
        "default_icon": "img\/icon.png"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/recruiterflow.com\/*"
    ],
    "homepage_url": "https:\/\/recruiterflow.com",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "\/tinymceskin\/lightgray\/*",
                "https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@400;600;700;800;900&display=swap",
                "\/pageWorld.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}