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文件

下載Yello TRMx擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}