Gopher

Boost recruiter efficiency and source top talent faster with Gopher!

¿Qué es Gopher?

Gopher es una extensión de Chrome desarrollada por profiles, y su función principal es "Boost recruiter efficiency and source top talent faster with Gopher!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Gopher

Descarga archivos de extensión Gopher 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

                        Version 23.02.01
Proxy API implementations

Version 23.01.05
Interview scheduling process implementation.

Version 22.11.2
Linked experience time and location issue fix.

Version 22.10.3
Incognito tab issue fix

Version 22.10.0
New release for notes UI component changes

Version 22.9.7
Logout URL changes for IR,CA

Version 22.9.5
Optimisations and performance improvements

Version 22.9.2,
Version 22.9.3
Autologin fixes

Version 22.9.1
Autologin chages

Version 22.9.0
New SignIn, Change Hiring status,Search dropdown enhancements and View profile UI design changes

Version 7.22.8.6
Restricting Auto login into Gopher Extension only to Gopher clients

Version 7.22.8.5
clipping linked profile changes

Version 7.22.8.3
clipping respective linked in  profiles in multiple linked in profile tabs

Version 7.22.8.2
Gopher clipper issue fix

Version 7.22.8.1
UI Alignment fixes

Version 7.22.8.0
UI Enhancements n features such as DragNDrop, create candidate enhancemnets

Version 7.22.7.0
 Session token enhancements

Version 7.22.6.1
White Screen Issue

Version 7.22.6.0
Add to project issue fix

Version: 7.22.5.0
Fixed and some optimizations

Version: 7.21.12.0
versioning nomenclature updated
candidate attachments
candidate assigned jobs

Gopher is an easy-to-use Chrome extension that allows recruiters to quickly clip a LinkedIn profile and push leads to a job or list in their Candidate Relationship Management platform (CRM).

By clipping profiles, Gopher can fully automate the time-intensive task of toggling between tabs and manually entering lead information into their CRM. 

Eliminating tedious data entry allows recruiters to focus on creating meaningful connections with best-fit candidates and strategically managing their talent pipeline.

Recruiters can also search their CRM to view existing leads, their profiles, activity timeline and notes. From the candidate view recruiters can also edit the profile, add additional notes, assign the candidate to a job or list, or forward the profile to a hiring manager or colleague.

If the candidate has opted in to receive email or SMS messages, recruiters can even send a quick direct message without leaving the extension (if allowed by your CRM.)

Here are the many ways Gopher saves time and helps recruiters focus:


Easily clip LinkedIn profiles and push robust lead profiles to a CRM
Quickly push leads to a CRM manually as recruiters connect with candidates
Assign new and existing leads to a list or job
Search the CRM for existing leads to review profiles, notes, and related activity
Edit existing lead profiles and notes
Forward leads to a hiring manager or colleague
Send email or SMS messages to leads that have opted-in

Gopher helps recruiters source with efficiency and create meaningful moments in a candidate’s experience.

*Full functionality is dependent on available features in your Talent CRM. 

Gopher is free to use with a compatible CRM                    

Información Básica de la Extensión

Nombre Gopher Gopher
ID jjmlbbndggneogioknejomjbdeebijmb
URL Oficial https://chromewebstore.google.com/detail/gopher/jjmlbbndggneogioknejomjbdeebijmb
Descripción Boost recruiter efficiency and source top talent faster with Gopher!
Tamaño del Archivo 1.16 MB
Cantidad de Instalaciones 783
Versión Actual 24.03.03
Última Actualización 2024-03-01
Fecha de Publicación 2021-04-13
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador profiles
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://stepnext.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gopher",
    "description": "Boost recruiter efficiency and source top talent faster with Gopher!",
    "version": "24.03.03",
    "icons": {
        "16": "img\/gopher_16x16.png",
        "32": "img\/gopher_32x32.png",
        "48": "img\/gopher_48x48.png",
        "128": "img\/gopher_128x128.png"
    },
    "action": {
        "browser_action": {
            "default_icon": "img\/gopher_48x48.png"
        }
    },
    "extension": "gopher",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.phenompeople.com\/",
        "https:\/\/*.phenompro.com\/",
        "https:\/\/*.phenom.com\/",
        "https:\/\/file.myfontastic.com\/",
        "https:\/\/*.phenomxai.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/in\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/feed\/"
            ],
            "js": [
                "app\/content.js",
                "configurable-scripts\/content-ext.js"
            ]
        }
    ],
    "background": {
        "service_worker": "app\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "static\/js\/index.js",
                "app\/lib\/*",
                "img\/*",
                "sandbox.html"
            ],
            "use_dynamic_url": true,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "incognito": "split",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-modals;  script-src  'self' 'unsafe-inline' 'unsafe-eval' https:\/\/cdn.pendo.io\/ https:\/\/*.phenompeople.com\/ https:\/\/*.phenompro.com\/ https:\/\/*.phenom.com\/ ; script-src-elem 'self' https:\/\/cdn.pendo.io\/ https:\/\/*.phenompeople.com\/ https:\/\/*.phenompro.com\/ https:\/\/*.phenom.com\/  'unsafe-inline' 'unsafe-eval' "
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.phenompeople.com\/*",
            "https:\/\/*.phenompro.com\/*",
            "https:\/\/*.phenomxai.com\/*",
            "https:\/\/*.phenom.com\/*"
        ]
    }
}