Yello TRMx

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

Yello TRMx क्या है?

Yello TRMx Yello द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let us do the legwork. Easily add new candidates to your pipeline with Yello TRMx."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yello TRMx एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}