Yello TRMx

Let us do the legwork. Easily add new candidates to your pipeline with Yello TRMx.

Yello TRMx란 무엇입니까?

Yello TRMx은(는) Yello에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let us do the legwork. Easily add new candidates to your pipeline with Yello TRMx."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Let Yello TRMx do the work to add new candidates to your pipeline. You no longer have to copy and paste potential candidate information into spreadsheets and upload. Instead when you find potential candidate profiles on LinkedIn, our extension helps you add them to your candidate pool and attach them to a requisition in just a few clicks.  

How does it work?

Yello TRMx matches LinkedIn profile content and returns the name, email, and location of your potential candidate. You can update if needed, add tags, and even attach the candidate to a requisition before adding them to Yello.                    

확장 프로그램 기본 정보

이름 Yello TRMx Yello TRMx
ID loifalfbmefphfhcgmhhbplnpmenbfdk
공식 URL https://chromewebstore.google.com/detail/yello-trmx/loifalfbmefphfhcgmhhbplnpmenbfdk
설명 Let us do the legwork. Easily add new candidates to your pipeline with Yello TRMx.
파일 크기 5.86 MB
설치 횟수 845
현재 버전 1.0.71
최근 업데이트 2022-12-16
출시 날짜 2020-06-02
평점 4.50/5 총 2 개의 평점
개발자 Yello
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://yello.co/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yello TRMx",
    "version": "1.0.71",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/yello-favicon.png",
        "128": "images\/yello128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "temp\/scripts\/chromereload.js",
            "temp\/scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "temp\/scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval' ; object-src 'self'",
    "permissions": [
        "tabs",
        "*:\/\/*.recsolu.com\/",
        "*:\/\/*.yello.co\/",
        "background",
        "storage",
        "declarativeContent",
        "cookies",
        "*:\/\/*.recsolu.com\/",
        "*:\/\/*.yello.co\/"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/yello-favicon.png",
            "38": "images\/yello-favicon.png",
            "128": "images\/yello128.png"
        },
        "default_title": "Yello TRMx",
        "default_popup": "popup.html"
    }
}