HideSeenHits

Speed up your talent sourcing on LinkedIn Recruiter and Recruiter Lite.

¿Qué es HideSeenHits?

HideSeenHits es una extensión de Chrome desarrollada por Max Schwarz, y su función principal es "Speed up your talent sourcing on LinkedIn Recruiter and Recruiter Lite.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión HideSeenHits

Descarga archivos de extensión HideSeenHits en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        When searching for candidates in LinkedIn Recruiter, after a time you'll see the same people again and again in your search results. This is a big loss of time.
Wouldn't it be great to hide these already seen profiles from the search results? So they won't reappear until you'll be sourcing for a different vacancy – or even hide some of them forever and everywhere? 
Recruiter Lite offers no such features and Recruiter Corporate very limited (comparison below). 

With 𝗛𝗶𝗱𝗲𝗦𝗲𝗲𝗻𝗛𝗶𝘁𝘀, all this is possible!

The extension enables hide lists that can even be shared with colleagues over the cloud – and much more!

On the Recruiter Lite/Corporate search result pages you'll see 𝗻𝗲𝘄 𝗯𝘂𝘁𝘁𝗼𝗻𝘀:
• "Hide all to current project" adds all 25 profiles of the the current search results page to the 𝗽𝗿𝗼𝗷𝗲𝗰𝘁 list selected in the extension. You won't see these profiles again until you switch the project in the extension's window. This button is supposed to be clicked after you processed all candidates of the current page.
• "Hide globally" hides the selected profile to your 𝗴𝗹𝗼𝗯𝗮𝗹 list. This makes sense for candidates who won't fit to your company ever (e.g. no cultural fit). Can be activated in options 

𝗖𝗼𝗺𝗽𝗮𝗿𝗶𝘀𝗼𝗻: 𝗥𝗲𝗰𝗿𝘂𝗶𝘁𝗲𝗿 𝗖𝗼𝗿𝗽𝗼𝗿𝗮𝘁𝗲 𝘃𝘀. 𝗛𝗶𝗱𝗲𝗦𝗲𝗲𝗻𝗛𝗶𝘁𝘀
❌ Recruiter Corporate: search results will only be hidden if you opened the corresonding PROFILES before. So if you had decided to ignore (i.e. not open) a search result because it didn't match, you'll see it AGAIN. The only workaround – opening ALL results to hide them later – is a loss of time.
✔️ HideSeenHits: Clicking the "hide globally" button next to the search result will hide this profile. MUCH faster than having to open EVERY profile.

❌ Recruiter Corporate: Next to each search result there's a "hide to current project" button but no "hide ALL to current project" button.
So you'll have to click 25 times (number of search results per page) to hide these seen hits
✔️ Hide ALL 25 profiles of current search results page with just one click

HideSeenHits is also a good extension for the build-in hide features of Recruiter Corporate.

Happy sourcing! 🍀                    

Información Básica de la Extensión

Nombre HideSeenHits HideSeenHits
ID igdkoncphjnbekjkfkolcpnlihchgmpk
URL Oficial https://chromewebstore.google.com/detail/hideseenhits/igdkoncphjnbekjkfkolcpnlihchgmpk
Descripción Speed up your talent sourcing on LinkedIn Recruiter and Recruiter Lite.
Tamaño del Archivo 683 KB
Cantidad de Instalaciones 49
Versión Actual 4.0.2
Última Actualización 2019-10-21
Fecha de Publicación 2019-10-21
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Max Schwarz
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.hideseenhits.com
Idiomas Soportados en
manifest.json
{
    "background": {
        "scripts": [
            "oninstall.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "icon_disabled": "icon_disabled.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Speed up your talent sourcing on LinkedIn Recruiter and Recruiter Lite.",
    "icons": {
        "512": "hsh_icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlWtwhhbFi1R+Wiq3+nkYG+wFniUUKGlrmRZIZi7uttrHra5K30E00XcctAW8vdXNW1NVCPYcJSs6CG3fY\/g788PJVez5oxduF8g2mMzOeCzfKGY2\/x71IDEy8v5b2ik1pHgIaY64NMCOzhRN3UqrS8N7BlcSG8HOr8A14tuA\/NeqB+81pIYGszO6HxneokJ8Eyg+KCHUQ+3pu9B2y1Jsa8fzOBoILaOtKdJ+ze1fLbzc8pQW80MGLn4pnL9MSw68BXzfhVk1VnQ6+XpOYcT7cBmO39WvYvglCODapti2cDBM0f3T+bLVBH+sMzH6MJgAuevQqYpt1Ptw5kgaCdTWqwIDAQAB",
    "manifest_version": 2,
    "name": "HideSeenHits",
    "permissions": [
        "cookies",
        "storage",
        "notifications",
        "http:\/\/hideseenhits.com\/",
        "https:\/\/www.hideseenhits.com\/",
        "http:\/\/hsh.hideseenhits.com\/",
        "https:\/\/hsh.hideseenhits.com\/",
        "http:\/\/localhost:8000\/",
        "http:\/\/10.1.1.175:8000\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.0.2"
}